Html Css Color HEX #840210 Sangria

📋 copy color: '#840210'

red 132 ◦ green 2 ◦ blue 16

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

Shades of Sangria #840210

Tints of Sangria #840210

RGB

 RED value IS 132 (51.95% from 255) = 88%

 GREEN value IS 2 (1.17% from 255) = 1.33%

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 88%
G = 1.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#840210 (or 0x840210) is known color: Sangria. HEX triplet: 84, 02 and 10. RGB value is (132,2,16). Sum of RGB (Red+Green+Blue) = 132+2+16=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #840210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840210 is #7BFDEF. Grayscale: #2A2A2A. Windows color (decimal): -8125936 or 1049220. OLE color: 1049220.

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

Color convert

RGB 132 2 16 -
CMYK 0 0.98 0.88 0.48
HSL 353.54º 0.97% 0.26% -
HSV(B) 353.54º 0.98% 0.52% -
XYZ 9.63 4.99 0.95 -
YUV 42.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 132 2 16 0 0.98 0.88 0.48 353.54 0.97 0.26
Hex 84 2 10 0 62 58 30 162 61 1A
Octal 204 2 20 0 142 130 60 542 141 32
Binary 10000100 10 10000 0 1100010 1011000 110000 101100010 1100001 11010

Color Harmonies of #840210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840210

Black with #840210

Text Example


Text Example

White with #840210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840210; }

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

 H1.HeaderClassName
 {
   color: #840210;
 }
 .AnyTagClassName
 {
   color: #840210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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