#7F4236

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

Shades of Red Robin #7F4236

Tints of Red Robin #7F4236

Color information

#7F4236 (or 0x7F4236) is unknown color: approx Red Robin. HEX triplet: 7F, 42 and 36. RGB value is (127,66,54). Sum of RGB (Red+Green+Blue) = 127+66+54=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4236 is #80BDC9. Grayscale: #525252. Windows color (decimal): -8437194 or 3555967. OLE color: 3555967.

HSL color Cylindrical-coordinate representation of color #7F4236: hue angle of 9.86º 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 #7F4236 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1276654-
CMYK00.480.570.50
HSL9.86º40.33%35.49%-
HSV(B)9.86º57.48%49.8%-
XYZ11.378.674.57-
YUV82.87111.71159.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.42%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=51.42%
G=26.72%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127665400.480.570.509.8640.3335.49
Hex7F42360303932a2823
Octal177102660607162125043
Binary1111111100001011011001100001110011100101010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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