#814340

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

Shades of Red Robin #814340

Tints of Red Robin #814340

Color information

#814340 (or 0x814340) is unknown color: approx Red Robin. HEX triplet: 81, 43 and 40. RGB value is (129,67,64). Sum of RGB (Red+Green+Blue) = 129+67+64=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #814340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814340 is #7EBCBF. Grayscale: #555555. Windows color (decimal): -8305856 or 4211585. OLE color: 4211585.

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

Color convert

RGB1296764-
CMYK00.480.500.49
HSL2.77º33.68%37.84%-
HSV(B)2.77º50.39%50.59%-
XYZ11.999.055.97-
YUV85.2116.04159.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.62%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=49.62%
G=25.77%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129676400.480.500.492.7733.6837.84
Hex814340030323132226
Octal201103100060626134246
Binary1000000110000111000000011000011001011000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814340; }

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

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

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

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

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

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

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

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