#814336

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

Shades of Red Robin #814336

Tints of Red Robin #814336

Color information

#814336 (or 0x814336) is unknown color: approx Red Robin. HEX triplet: 81, 43 and 36. RGB value is (129,67,54). Sum of RGB (Red+Green+Blue) = 129+67+54=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #814336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814336 is #7EBCC9. Grayscale: #545454. Windows color (decimal): -8305866 or 3556225. OLE color: 3556225.

HSL color Cylindrical-coordinate representation of color #814336: hue angle of 10.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814336 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1296754-
CMYK00.480.580.49
HSL10.4º40.98%35.88%-
HSV(B)10.4º58.14%50.59%-
XYZ11.738.954.6-
YUV84.06111.04160.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 54 (21.48% from 255) = 21.6%
R=51.6%
G=26.8%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129675400.480.580.4910.440.9835.88
Hex8143360303A31a2924
Octal201103660607261125144
Binary10000001100001111011001100001110101100011010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814336; }

 p { color: rgb(129,67,54); }

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

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

 a { background-color: rgb(129,67,54); }

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

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

 span { border-color: rgb(129,67,54); }

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