#813F36

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

Shades of Red Robin #813F36

Tints of Red Robin #813F36

Color information

#813F36 (or 0x813F36) is unknown color: approx Red Robin. HEX triplet: 81, 3F and 36. RGB value is (129,63,54). Sum of RGB (Red+Green+Blue) = 129+63+54=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #813F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F36 is #7EC0C9. Grayscale: #515151. Windows color (decimal): -8306890 or 3555201. OLE color: 3555201.

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

Color convert

RGB1296354-
CMYK00.510.580.49
HSL7.2º40.98%35.88%-
HSV(B)7.2º58.14%50.59%-
XYZ11.58.494.52-
YUV81.71112.37161.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=52.44%
G=25.61%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129635400.510.580.497.240.9835.88
Hex813F360333A3172924
Octal2017766063726175144
Binary100000011111111101100110011111010110001111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813F36; }

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

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

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

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

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

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

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

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