#814040

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

Shades of Red Robin #814040

Tints of Red Robin #814040

Color information

#814040 (or 0x814040) is unknown color: approx Red Robin. HEX triplet: 81, 40 and 40. RGB value is (129,64,64). Sum of RGB (Red+Green+Blue) = 129+64+64=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #814040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814040 is #7EBFBF. Grayscale: #535353. Windows color (decimal): -8306624 or 4210817. OLE color: 4210817.

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

Color convert

RGB1296464-
CMYK00.500.500.49
HSL33.68%37.84%-
HSV(B)50.39%50.59%-
XYZ11.818.75.91-
YUV83.44117.03160.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=50.19%
G=24.90%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129646400.500.500.49033.6837.84
Hex814040032323102226
Octal201100100062626104246
Binary100000011000000100000001100101100101100010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814040; }

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

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

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

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

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

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

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

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