#814037

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

Shades of Red Robin #814037

Tints of Red Robin #814037

Color information

#814037 (or 0x814037) is unknown color: approx Red Robin. HEX triplet: 81, 40 and 37. RGB value is (129,64,55). Sum of RGB (Red+Green+Blue) = 129+64+55=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #814037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814037 is #7EBFC8. Grayscale: #525252. Windows color (decimal): -8306633 or 3620993. OLE color: 3620993.

HSL color Cylindrical-coordinate representation of color #814037: hue angle of 7.3º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814037 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1296455-
CMYK00.500.570.49
HSL7.3º40.22%36.08%-
HSV(B)7.3º57.36%50.59%-
XYZ11.588.614.67-
YUV82.41112.53161.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 55 (21.88% from 255) = 22.18%
R=52.02%
G=25.81%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129645500.500.570.497.340.2236.08
Hex814037032393172824
Octal20110067062716175044
Binary1000000110000001101110110010111001110001111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814037; }

 p { color: rgb(129,64,55); }

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

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

 a { background-color: rgb(129,64,55); }

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

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

 span { border-color: rgb(129,64,55); }

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