#813E3B

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

Shades of Red Robin #813E3B

Tints of Red Robin #813E3B

Color information

#813E3B (or 0x813E3B) is unknown color: approx Red Robin. HEX triplet: 81, 3E and 3B. RGB value is (129,62,59). Sum of RGB (Red+Green+Blue) = 129+62+59=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #813E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E3B is #7EC1C4. Grayscale: #515151. Windows color (decimal): -8307141 or 3882625. OLE color: 3882625.

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

Color convert

RGB1296259-
CMYK00.520.540.49
HSL2.57º37.23%36.86%-
HSV(B)2.57º54.26%50.59%-
XYZ11.578.435.15-
YUV81.69115.2161.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=51.6%
G=24.8%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129625900.520.540.492.5737.2336.86
Hex813E3B034363132525
Octal2017673064666134545
Binary10000001111110111011011010011011011000111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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