#813F37

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

Shades of Red Robin #813F37

Tints of Red Robin #813F37

Color information

#813F37 (or 0x813F37) is unknown color: approx Red Robin. HEX triplet: 81, 3F and 37. RGB value is (129,63,55). Sum of RGB (Red+Green+Blue) = 129+63+55=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #813F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F37 is #7EC0C8. Grayscale: #515151. Windows color (decimal): -8306889 or 3620737. OLE color: 3620737.

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

Color convert

RGB1296355-
CMYK00.510.570.49
HSL6.49º40.22%36.08%-
HSV(B)6.49º57.36%50.59%-
XYZ11.528.54.65-
YUV81.82112.87161.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 63 (25% from 255) = 25.51%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=52.23%
G=25.51%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129635500.510.570.496.4940.2236.08
Hex813F37033393162824
Octal2017767063716165044
Binary100000011111111101110110011111001110001110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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