#7D4137

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

Shades of Red Robin #7D4137

Tints of Red Robin #7D4137

Color information

#7D4137 (or 0x7D4137) is unknown color: approx Red Robin. HEX triplet: 7D, 41 and 37. RGB value is (125,65,55). Sum of RGB (Red+Green+Blue) = 125+65+55=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4137 is #82BEC8. Grayscale: #515151. Windows color (decimal): -8568521 or 3621245. OLE color: 3621245.

HSL color Cylindrical-coordinate representation of color #7D4137: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4137 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB1256555-
CMYK00.480.560.51
HSL8.57º38.89%35.29%-
HSV(B)8.57º56%49.02%-
XYZ11.048.424.66-
YUV81.8112.88158.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.02%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=51.02%
G=26.53%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125655500.480.560.518.5738.8935.29
Hex7D4137030383392723
Octal175101670607063114743
Binary1111101100000111011101100001110001100111001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,65,55); }

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

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

 a { background-color: rgb(125,65,55); }

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

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

 span { border-color: rgb(125,65,55); }

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