#813F3C

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

Shades of Red Robin #813F3C

Tints of Red Robin #813F3C

Color information

#813F3C (or 0x813F3C) is unknown color: approx Red Robin. HEX triplet: 81, 3F and 3C. RGB value is (129,63,60). Sum of RGB (Red+Green+Blue) = 129+63+60=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #813F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F3C is #7EC0C3. Grayscale: #525252. Windows color (decimal): -8306884 or 3948417. OLE color: 3948417.

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

Color convert

RGB1296360-
CMYK00.510.530.49
HSL2.61º36.51%37.06%-
HSV(B)2.61º53.49%50.59%-
XYZ11.658.555.31-
YUV82.39115.37161.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=51.19%
G=25%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129636000.510.530.492.6136.5137.06
Hex813F3C033353132525
Octal2017774063656134545
Binary10000001111111111100011001111010111000111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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