#813F3D

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

Shades of Red Robin #813F3D

Tints of Red Robin #813F3D

Color information

#813F3D (or 0x813F3D) is unknown color: approx Red Robin. HEX triplet: 81, 3F and 3D. RGB value is (129,63,61). Sum of RGB (Red+Green+Blue) = 129+63+61=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #813F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813F3D is #7EC0C2. Grayscale: #525252. Windows color (decimal): -8306883 or 4013953. OLE color: 4013953.

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

Color convert

RGB1296361-
CMYK00.510.530.49
HSL1.76º35.79%37.25%-
HSV(B)1.76º52.71%50.59%-
XYZ11.678.565.45-
YUV82.51115.87161.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 63 (25% from 255) = 24.90%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=50.99%
G=24.90%
B=24.11%

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
Decimal129636100.510.530.491.7635.7937.25
Hex813F3D033353122425
Octal2017775063656124445
Binary10000001111111111101011001111010111000110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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