#840810

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

Shades of Sangria #840810

Tints of Sangria #840810

Color information

#840810 (or 0x840810) is unknown color: approx Sangria. HEX triplet: 84, 08 and 10. RGB value is (132,8,16). Sum of RGB (Red+Green+Blue) = 132+8+16=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #840810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840810 is #7BF7EF. Grayscale: #2E2E2E. Windows color (decimal): -8124400 or 1050756. OLE color: 1050756.

HSL color Cylindrical-coordinate representation of color #840810: hue angle of 356.13º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840810 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB132816-
CMYK00.940.880.48
HSL356.13º88.57%27.45%-
HSV(B)356.13º93.94%51.76%-
XYZ9.75.120.97-
YUV45.99111.08189.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 84.62%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=84.62%
G=5.13%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13281600.940.880.48356.1388.5727.45
Hex8481005E5830164591b
Octal204102001361306054413133
Binary10000100100010000010111101011000110000101100100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840810; }

 p { color: rgb(132,8,16); }

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

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

 a { background-color: rgb(132,8,16); }

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

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

 span { border-color: rgb(132,8,16); }

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