#7D4039

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

Shades of Red Robin #7D4039

Tints of Red Robin #7D4039

Color information

#7D4039 (or 0x7D4039) is unknown color: approx Red Robin. HEX triplet: 7D, 40 and 39. RGB value is (125,64,57). Sum of RGB (Red+Green+Blue) = 125+64+57=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4039 is #82BFC6. Grayscale: #515151. Windows color (decimal): -8568775 or 3752061. OLE color: 3752061.

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

Color convert

RGB1256457-
CMYK00.490.540.51
HSL6.18º37.36%35.69%-
HSV(B)6.18º54.4%49.02%-
XYZ11.038.324.9-
YUV81.44114.21159.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.81%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 57 (22.66% from 255) = 23.17%
R=50.81%
G=26.02%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125645700.490.540.516.1837.3635.69
Hex7D4039031363362524
Octal17510071061666364544
Binary111110110000001110010110001110110110011110100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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