#813E34

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

Shades of Red Robin #813E34

Tints of Red Robin #813E34

Color information

#813E34 (or 0x813E34) is unknown color: approx Red Robin. HEX triplet: 81, 3E and 34. RGB value is (129,62,52). Sum of RGB (Red+Green+Blue) = 129+62+52=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #813E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E34 is #7EC1CB. Grayscale: #515151. Windows color (decimal): -8307148 or 3423873. OLE color: 3423873.

HSL color Cylindrical-coordinate representation of color #813E34: hue angle of 7.79º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813E34 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1296252-
CMYK00.520.600.49
HSL7.79º42.54%35.49%-
HSV(B)7.79º59.69%50.59%-
XYZ11.48.364.26-
YUV80.89111.7162.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.09%
GREEN value IS 62 (24.61% from 255) = 25.51%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=53.09%
G=25.51%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129625200.520.600.497.7942.5435.49
Hex813E340343C3182b23
Octal20176640647461105343
Binary1000000111111011010001101001111001100011000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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