#813E3A

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

Shades of Red Robin #813E3A

Tints of Red Robin #813E3A

Color information

#813E3A (or 0x813E3A) is unknown color: approx Red Robin. HEX triplet: 81, 3E and 3A. RGB value is (129,62,58). Sum of RGB (Red+Green+Blue) = 129+62+58=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #813E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E3A is #7EC1C5. Grayscale: #515151. Windows color (decimal): -8307142 or 3817089. OLE color: 3817089.

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

Color convert

RGB1296258-
CMYK00.520.550.49
HSL3.38º37.97%36.67%-
HSV(B)3.38º55.04%50.59%-
XYZ11.548.425.02-
YUV81.58114.7161.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=51.81%
G=24.90%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129625800.520.550.493.3837.9736.67
Hex813E3A034373132625
Octal2017672064676134645
Binary10000001111110111010011010011011111000111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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