#7F4136

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

Shades of Red Robin #7F4136

Tints of Red Robin #7F4136

Color information

#7F4136 (or 0x7F4136) is unknown color: approx Red Robin. HEX triplet: 7F, 41 and 36. RGB value is (127,65,54). Sum of RGB (Red+Green+Blue) = 127+65+54=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4136 is #80BEC9. Grayscale: #525252. Windows color (decimal): -8437450 or 3555711. OLE color: 3555711.

HSL color Cylindrical-coordinate representation of color #7F4136: hue angle of 9.04º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F4136 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1276554-
CMYK00.490.570.50
HSL9.04º40.33%35.49%-
HSV(B)9.04º57.48%49.8%-
XYZ11.318.564.55-
YUV82.28112.04159.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=51.63%
G=26.42%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127655400.490.570.509.0440.3335.49
Hex7F4136031393292823
Octal177101660617162115043
Binary1111111100000111011001100011110011100101001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,65,54); }

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

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

 a { background-color: rgb(127,65,54); }

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

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

 span { border-color: rgb(127,65,54); }

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