#840510

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

Shades of Sangria #840510

Tints of Sangria #840510

Color information

#840510 (or 0x840510) is unknown color: approx Sangria. HEX triplet: 84, 05 and 10. RGB value is (132,5,16). Sum of RGB (Red+Green+Blue) = 132+5+16=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #840510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840510 is #7BFAEF. Grayscale: #2C2C2C. Windows color (decimal): -8125168 or 1049988. OLE color: 1049988.

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

Color convert

RGB132516-
CMYK00.960.880.48
HSL354.8º92.7%26.86%-
HSV(B)354.8º96.21%51.76%-
XYZ9.665.050.96-
YUV44.23112.08190.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.27%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=86.27%
G=3.27%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13251600.960.880.48354.892.726.86
Hex8451006058301635d1b
Octal20452001401306054313533
Binary1000010010110000011000001011000110000101100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840510; }

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

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

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

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

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

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

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

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