#840d10

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

Shades of Sangria #840D10

Tints of Sangria #840D10

Color information

#840D10 (or 0x840D10) is unknown color: approx Sangria. HEX triplet: 84, 0D and 10. RGB value is (132,13,16). Sum of RGB (Red+Green+Blue) = 132+13+16=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #840D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D10 is #7BF2EF. Grayscale: #313131. Windows color (decimal): -8123120 or 1052036. OLE color: 1052036.

HSL color Cylindrical-coordinate representation of color #840D10: hue angle of 358.49º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D10 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB1321316-
CMYK00.900.880.48
HSL358.49º82.07%28.43%-
HSV(B)358.49º90.15%51.76%-
XYZ9.755.230.99-
YUV48.92109.42187.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 81.99%
GREEN value IS 13 (5.47% from 255) = 8.07%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=81.99%
G=8.07%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132131600.900.880.48358.4982.0728.43
Hex84D1005A5830166521c
Octal204152001321306054612234
Binary10000100110110000010110101011000110000101100110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840d10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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