Html Css Color HEX #840112 Sangria

📋 copy color: '#840112'

red 132 ◦ green 1 ◦ blue 18

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

Shades of Sangria #840112

Tints of Sangria #840112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 87.42%
G = 0.66%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#840112 (or 0x840112) is known color: Sangria. HEX triplet: 84, 01 and 12. RGB value is (132,1,18). Sum of RGB (Red+Green+Blue) = 132+1+18=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #840112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840112 is #7BFEED. Grayscale: #2A2A2A. Windows color (decimal): -8126190 or 1180036. OLE color: 1180036.

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

Color convert

RGB 132 1 18 -
CMYK 0 0.99 0.86 0.48
HSL 352.21º 0.98% 0.26% -
HSV(B) 352.21º 0.99% 0.52% -
XYZ 9.64 4.97 1.02 -
YUV 42.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 132 1 18 0 0.99 0.86 0.48 352.21 0.98 0.26
Hex 84 1 12 0 63 56 30 160 62 1A
Octal 204 1 22 0 143 126 60 540 142 32
Binary 10000100 1 10010 0 1100011 1010110 110000 101100000 1100010 11010

Color Harmonies of #840112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840112

Black with #840112

Text Example


Text Example

White with #840112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840112; }

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

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

background-color css

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

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

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

border-color css

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

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

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