#840A0F

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

Shades of Sangria #840A0F

Tints of Sangria #840A0F

Color information

#840A0F (or 0x840A0F) is unknown color: approx Sangria. HEX triplet: 84, 0A and 0F. RGB value is (132,10,15). Sum of RGB (Red+Green+Blue) = 132+10+15=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #840A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840A0F is #7BF5F0. Grayscale: #2F2F2F. Windows color (decimal): -8123889 or 985732. OLE color: 985732.

HSL color Cylindrical-coordinate representation of color #840A0F: hue angle of 357.54º 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 #840A0F is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1321015-
CMYK00.920.890.48
HSL357.54º85.92%27.84%-
HSV(B)357.54º92.42%51.76%-
XYZ9.715.160.94-
YUV47.05109.92188.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 84.08%
GREEN value IS 10 (4.30% from 255) = 6.37%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=84.08%
G=6.37%
B=9.55%

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
Decimal132101500.920.890.48357.5485.9227.84
Hex84AF05C5930166561c
Octal204121701341316054612634
Binary1000010010101111010111001011001110000101100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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