Html Css Color HEX #840212 Sangria

📋 copy color: '#840212'

red 132 ◦ green 2 ◦ blue 18

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

Shades of Sangria #840212

Tints of Sangria #840212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 86.84%
G = 1.32%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#840212 (or 0x840212) is known color: Sangria. HEX triplet: 84, 02 and 12. RGB value is (132,2,18). Sum of RGB (Red+Green+Blue) = 132+2+18=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #840212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840212 is #7BFDED. Grayscale: #2A2A2A. Windows color (decimal): -8125934 or 1180292. OLE color: 1180292.

HSL color Cylindrical-coordinate representation of color #840212: hue angle of 352.62º 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 #840212 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 2 18 -
CMYK 0 0.98 0.86 0.48
HSL 352.62º 0.97% 0.26% -
HSV(B) 352.62º 0.98% 0.52% -
XYZ 9.65 4.99 1.03 -
YUV 42.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 132 2 18 0 0.98 0.86 0.48 352.62 0.97 0.26
Hex 84 2 12 0 62 56 30 161 61 1A
Octal 204 2 22 0 142 126 60 541 141 32
Binary 10000100 10 10010 0 1100010 1010110 110000 101100001 1100001 11010

Color Harmonies of #840212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840212

Black with #840212

Text Example


Text Example

White with #840212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840212; }

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

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

background-color css

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

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

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

border-color css

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

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

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