#814033

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

Shades of Red Robin #814033

Tints of Red Robin #814033

Color information

#814033 (or 0x814033) is unknown color: approx Red Robin. HEX triplet: 81, 40 and 33. RGB value is (129,64,51). Sum of RGB (Red+Green+Blue) = 129+64+51=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #814033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814033 is #7EBFCC. Grayscale: #525252. Windows color (decimal): -8306637 or 3358849. OLE color: 3358849.

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

Color convert

RGB1296451-
CMYK00.500.600.49
HSL10º43.33%35.29%-
HSV(B)10º60.47%50.59%-
XYZ11.488.574.18-
YUV81.95110.53161.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=52.87%
G=26.23%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129645100.500.600.491043.3335.29
Hex8140330323C31a2b23
Octal201100630627461125343
Binary10000001100000011001101100101111001100011010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814033; }

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

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

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

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

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

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

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

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