#7D1D39

Color #7D1D39 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #7D1D39

Tints of Claret #7D1D39

Color information

#7D1D39 (or 0x7D1D39) is unknown color: approx Claret. HEX triplet: 7D, 1D and 39. RGB value is (125,29,57). Sum of RGB (Red+Green+Blue) = 125+29+57=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1D39 is #82E2C6. Grayscale: #3C3C3C. Windows color (decimal): -8577735 or 3743101. OLE color: 3743101.

HSL color Cylindrical-coordinate representation of color #7D1D39: hue angle of 342.5º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D1D39 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB1252957-
CMYK00.770.540.51
HSL342.5º62.34%30.2%-
HSV(B)342.5º76.8%49.02%-
XYZ9.645.534.43-
YUV60.9125.8173.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 59.24%
GREEN value IS 29 (11.72% from 255) = 13.74%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=59.24%
G=13.74%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125295700.770.540.51342.562.3430.2
Hex7D1D3904D36331563e1e
Octal1753571011566635267636
Binary1111101111011110010100110111011011001110101011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D1D39; }

 p { color: rgb(125,29,57); }

 H1.HeaderClassName
 {
   color: #7D1D39;
 }
 .AnyTagClassName
 {
   color: #7D1D39;
 }
</style>
background-color css

<style>
 a { background-color: #7D1D39; }

 a { background-color: rgb(125,29,57); }

 div.DivClassName
 {
   background-color: #7D1D39;
 }
 .BgClassName
 {
   background-color: #7D1D39;
 }
</style>
border-color css

<style>
 span { border-color: #7D1D39; }

 span { border-color: rgb(125,29,57); }

 td.TdClassName
 {
   border-color: #7D1D39;
 }
 .TagClassName
 {
   border-color: #7D1D39;
 }
</style>