#814234

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

Shades of Red Robin #814234

Tints of Red Robin #814234

Color information

#814234 (or 0x814234) is unknown color: approx Red Robin. HEX triplet: 81, 42 and 34. RGB value is (129,66,52). Sum of RGB (Red+Green+Blue) = 129+66+52=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #814234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814234 is #7EBDCB. Grayscale: #535353. Windows color (decimal): -8306124 or 3424897. OLE color: 3424897.

HSL color Cylindrical-coordinate representation of color #814234: hue angle of 10.91º 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 #814234 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1296652-
CMYK00.490.600.49
HSL10.91º42.54%35.49%-
HSV(B)10.91º59.69%50.59%-
XYZ11.628.814.34-
YUV83.24110.37160.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=52.23%
G=26.72%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129665200.490.600.4910.9142.5435.49
Hex8142340313C31b2b23
Octal201102640617461135343
Binary10000001100001011010001100011111001100011011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814234; }

 p { color: rgb(129,66,52); }

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

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

 a { background-color: rgb(129,66,52); }

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

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

 span { border-color: rgb(129,66,52); }

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