Html Css Color HEX #840810 Sangria

📋 copy color: '#840810'

red 132 ◦ green 8 ◦ blue 16

#840810
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #840810

Tints of Sangria #840810

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 value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#840810 (or 0x840810) is known color: 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

RGB 132 8 16 -
CMYK 0 0.94 0.88 0.48
HSL 356.13º 0.89% 0.27% -
HSV(B) 356.13º 0.94% 0.52% -
XYZ 9.7 5.12 0.97 -
YUV 45.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 132 8 16 0 0.94 0.88 0.48 356.13 0.89 0.27
Hex 84 8 10 0 5E 58 30 164 59 1B
Octal 204 10 20 0 136 130 60 544 131 33
Binary 10000100 1000 10000 0 1011110 1011000 110000 101100100 1011001 11011

Color Harmonies of #840810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840810

Black with #840810

Text Example


Text Example

White with #840810

Text Example


Text Example

HTML Codes & Css Web 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>