#813E35

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

Shades of Red Robin #813E35

Tints of Red Robin #813E35

Color information

#813E35 (or 0x813E35) is unknown color: approx Red Robin. HEX triplet: 81, 3E and 35. RGB value is (129,62,53). Sum of RGB (Red+Green+Blue) = 129+62+53=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #813E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E35 is #7EC1CA. Grayscale: #515151. Windows color (decimal): -8307147 or 3489409. OLE color: 3489409.

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

Color convert

RGB1296253-
CMYK00.520.590.49
HSL7.11º41.76%35.69%-
HSV(B)7.11º58.91%50.59%-
XYZ11.428.374.38-
YUV81.01112.2162.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 62 (24.61% from 255) = 25.41%
BLUE value IS 53 (21.09% from 255) = 21.72%
R=52.87%
G=25.41%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129625300.520.590.497.1141.7635.69
Hex813E350343B3172a24
Octal2017665064736175244
Binary100000011111101101010110100111011110001111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,62,53); }

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

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

 a { background-color: rgb(129,62,53); }

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

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

 span { border-color: rgb(129,62,53); }

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