#814034

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

Shades of Red Robin #814034

Tints of Red Robin #814034

Color information

#814034 (or 0x814034) is unknown color: approx Red Robin. HEX triplet: 81, 40 and 34. RGB value is (129,64,52). Sum of RGB (Red+Green+Blue) = 129+64+52=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #814034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814034 is #7EBFCB. Grayscale: #525252. Windows color (decimal): -8306636 or 3424385. OLE color: 3424385.

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

Color convert

RGB1296452-
CMYK00.500.600.49
HSL9.35º42.54%35.49%-
HSV(B)9.35º59.69%50.59%-
XYZ11.518.584.3-
YUV82.07111.03161.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 52 (20.70% from 255) = 21.22%
R=52.65%
G=26.12%
B=21.22%

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
Decimal129645200.500.600.499.3542.5435.49
Hex8140340323C3192b23
Octal201100640627461115343
Binary10000001100000011010001100101111001100011001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814034; }

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

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

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

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

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

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

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

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