#813E3D

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

Shades of Red Robin #813E3D

Tints of Red Robin #813E3D

Color information

#813E3D (or 0x813E3D) is unknown color: approx Red Robin. HEX triplet: 81, 3E and 3D. RGB value is (129,62,61). Sum of RGB (Red+Green+Blue) = 129+62+61=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #813E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E3D is #7EC1C2. Grayscale: #515151. Windows color (decimal): -8307139 or 4013697. OLE color: 4013697.

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

Color convert

RGB1296261-
CMYK00.520.530.49
HSL0.88º35.79%37.25%-
HSV(B)0.88º52.71%50.59%-
XYZ11.628.455.43-
YUV81.92116.2161.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=51.19%
G=24.60%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129626100.520.530.490.8835.7937.25
Hex813E3D034353112425
Octal2017675064656114445
Binary1000000111111011110101101001101011100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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