#840A0E

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

Shades of Sangria #840A0E

Tints of Sangria #840A0E

Color information

#840A0E (or 0x840A0E) is unknown color: approx Sangria. HEX triplet: 84, 0A and 0E. RGB value is (132,10,14). Sum of RGB (Red+Green+Blue) = 132+10+14=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #840A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840A0E is #7BF5F1. Grayscale: #2F2F2F. Windows color (decimal): -8123890 or 920196. OLE color: 920196.

HSL color Cylindrical-coordinate representation of color #840A0E: hue angle of 358.03º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840A0E is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1321014-
CMYK00.920.890.48
HSL358.03º85.92%27.84%-
HSV(B)358.03º92.42%51.76%-
XYZ9.75.150.9-
YUV46.93109.42188.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 84.62%
GREEN value IS 10 (4.30% from 255) = 6.41%
BLUE value IS 14 (5.86% from 255) = 8.97%
R=84.62%
G=6.41%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132101400.920.890.48358.0385.9227.84
Hex84AE05C5930166561c
Octal204121601341316054612634
Binary1000010010101110010111001011001110000101100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840A0E; }

 p { color: rgb(132,10,14); }

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

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

 a { background-color: rgb(132,10,14); }

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

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

 span { border-color: rgb(132,10,14); }

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