Html Css Color HEX #840111 Sangria

📋 copy color: '#840111'

red 132 ◦ green 1 ◦ blue 17

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

Shades of Sangria #840111

Tints of Sangria #840111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 88%
G = 0.67%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#840111 (or 0x840111) is known color: Sangria. HEX triplet: 84, 01 and 11. RGB value is (132,1,17). Sum of RGB (Red+Green+Blue) = 132+1+17=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #840111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840111 is #7BFEEE. Grayscale: #2A2A2A. Windows color (decimal): -8126191 or 1114500. OLE color: 1114500.

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

Color convert

RGB 132 1 17 -
CMYK 0 0.99 0.87 0.48
HSL 352.67º 0.98% 0.26% -
HSV(B) 352.67º 0.99% 0.52% -
XYZ 9.63 4.97 0.98 -
YUV 41.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 132 1 17 0 0.99 0.87 0.48 352.67 0.98 0.26
Hex 84 1 11 0 63 57 30 161 62 1A
Octal 204 1 21 0 143 127 60 541 142 32
Binary 10000100 1 10001 0 1100011 1010111 110000 101100001 1100010 11010

Color Harmonies of #840111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840111

Black with #840111

Text Example


Text Example

White with #840111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840111; }

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

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

background-color css

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

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

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

border-color css

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

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

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