Html Css Color HEX #840110 Sangria

📋 copy color: '#840110'

red 132 ◦ green 1 ◦ blue 16

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

Shades of Sangria #840110

Tints of Sangria #840110

RGB

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

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

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

R = 88.59%
G = 0.67%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#840110 (or 0x840110) is known color: Sangria. HEX triplet: 84, 01 and 10. RGB value is (132,1,16). Sum of RGB (Red+Green+Blue) = 132+1+16=149 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88.59% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 132 - color contains mainly: red. Hex color #840110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840110 is #7BFEEF. Grayscale: #292929. Windows color (decimal): -8126192 or 1048964. OLE color: 1048964.

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

Color convert

RGB 132 1 16 -
CMYK 0 0.99 0.88 0.48
HSL 353.13º 0.98% 0.26% -
HSV(B) 353.13º 0.99% 0.52% -
XYZ 9.62 4.96 0.94 -
YUV 41.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 132 1 16 0 0.99 0.88 0.48 353.13 0.98 0.26
Hex 84 1 10 0 63 58 30 161 62 1A
Octal 204 1 20 0 143 130 60 541 142 32
Binary 10000100 1 10000 0 1100011 1011000 110000 101100001 1100010 11010

Color Harmonies of #840110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840110

Black with #840110

Text Example


Text Example

White with #840110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840110; }

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

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

background-color css

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

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

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

border-color css

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

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

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