#814036

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

Shades of Red Robin #814036

Tints of Red Robin #814036

Color information

#814036 (or 0x814036) is unknown color: approx Red Robin. HEX triplet: 81, 40 and 36. RGB value is (129,64,54). Sum of RGB (Red+Green+Blue) = 129+64+54=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #814036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814036 is #7EBFC9. Grayscale: #525252. Windows color (decimal): -8306634 or 3555457. OLE color: 3555457.

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

Color convert

RGB1296454-
CMYK00.500.580.49
HSL40.98%35.88%-
HSV(B)58.14%50.59%-
XYZ11.558.64.54-
YUV82.3112.03161.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 54 (21.48% from 255) = 21.86%
R=52.23%
G=25.91%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129645400.500.580.49840.9835.88
Hex8140360323A3182924
Octal201100660627261105144
Binary10000001100000011011001100101110101100011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814036; }

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

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

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

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

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

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

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

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