#814540

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

Shades of Red Robin #814540

Tints of Red Robin #814540

Color information

#814540 (or 0x814540) is unknown color: approx Red Robin. HEX triplet: 81, 45 and 40. RGB value is (129,69,64). Sum of RGB (Red+Green+Blue) = 129+69+64=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #814540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814540 is #7EBABF. Grayscale: #565656. Windows color (decimal): -8305344 or 4212097. OLE color: 4212097.

HSL color Cylindrical-coordinate representation of color #814540: hue angle of 4.62º 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 #814540 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1296964-
CMYK00.470.500.49
HSL4.62º33.68%37.84%-
HSV(B)4.62º50.39%50.59%-
XYZ12.119.296.01-
YUV86.37115.38158.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 64 (25.39% from 255) = 24.43%
R=49.24%
G=26.34%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129696400.470.500.494.6233.6837.84
Hex81454002F323152226
Octal201105100057626154246
Binary10000001100010110000000101111110010110001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814540; }

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

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

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

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

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

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

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

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