#813F3B

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

Shades of Red Robin #813F3B

Tints of Red Robin #813F3B

Color information

#813F3B (or 0x813F3B) is unknown color: approx Red Robin. HEX triplet: 81, 3F and 3B. RGB value is (129,63,59). Sum of RGB (Red+Green+Blue) = 129+63+59=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #813F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F3B is #7EC0C4. Grayscale: #525252. Windows color (decimal): -8306885 or 3882881. OLE color: 3882881.

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

Color convert

RGB1296359-
CMYK00.510.540.49
HSL3.43º37.23%36.86%-
HSV(B)3.43º54.26%50.59%-
XYZ11.628.545.17-
YUV82.28114.87161.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 63 (25% from 255) = 25.10%
BLUE value IS 59 (23.44% from 255) = 23.51%
R=51.39%
G=25.10%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129635900.510.540.493.4337.2336.86
Hex813F3B033363132525
Octal2017773063666134545
Binary10000001111111111011011001111011011000111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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