#7F4033

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

Shades of Red Robin #7F4033

Tints of Red Robin #7F4033

Color information

#7F4033 (or 0x7F4033) is unknown color: approx Red Robin. HEX triplet: 7F, 40 and 33. RGB value is (127,64,51). Sum of RGB (Red+Green+Blue) = 127+64+51=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4033 is #80BFCC. Grayscale: #515151. Windows color (decimal): -8437709 or 3358847. OLE color: 3358847.

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

Color convert

RGB1276451-
CMYK00.500.600.50
HSL10.26º42.7%34.9%-
HSV(B)10.26º59.84%49.8%-
XYZ11.188.424.17-
YUV81.35110.87160.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.48%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=52.48%
G=26.45%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127645100.500.600.5010.2642.734.9
Hex7F40330323C32a2b23
Octal177100630627462125343
Binary1111111100000011001101100101111001100101010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,64,51); }

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

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

 a { background-color: rgb(127,64,51); }

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

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

 span { border-color: rgb(127,64,51); }

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