#813D37

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

Shades of Red Robin #813D37

Tints of Red Robin #813D37

Color information

#813D37 (or 0x813D37) is unknown color: approx Red Robin. HEX triplet: 81, 3D and 37. RGB value is (129,61,55). Sum of RGB (Red+Green+Blue) = 129+61+55=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #813D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813D37 is #7EC2C8. Grayscale: #505050. Windows color (decimal): -8307401 or 3620225. OLE color: 3620225.

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

Color convert

RGB1296155-
CMYK00.530.570.49
HSL4.86º40.22%36.08%-
HSV(B)4.86º57.36%50.59%-
XYZ11.418.284.61-
YUV80.65113.53162.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=52.65%
G=24.90%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129615500.530.570.494.8640.2236.08
Hex813D37035393152824
Octal2017567065716155044
Binary100000011111011101110110101111001110001101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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