Html Css Color HEX #841011 Sangria

📋 copy color: '#841011'

red 132 ◦ green 16 ◦ blue 17

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

Shades of Sangria #841011

Tints of Sangria #841011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 80%
G = 9.7%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#841011 (or 0x841011) is known color: Sangria. HEX triplet: 84, 10 and 11. RGB value is (132,16,17). Sum of RGB (Red+Green+Blue) = 132+16+17=165 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 132 - color contains mainly: red. Hex color #841011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841011 is #7BEFEE. Grayscale: #323232. Windows color (decimal): -8122351 or 1118340. OLE color: 1118340.

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

Color convert

RGB 132 16 17 -
CMYK 0 0.88 0.87 0.48
HSL 359.48º 0.78% 0.29% -
HSV(B) 359.48º 0.88% 0.52% -
XYZ 9.8 5.32 1.04 -
YUV 50.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 132 16 17 0 0.88 0.87 0.48 359.48 0.78 0.29
Hex 84 10 11 0 58 57 30 167 4E 1D
Octal 204 20 21 0 130 127 60 547 116 35
Binary 10000100 10000 10001 0 1011000 1010111 110000 101100111 1001110 11101

Color Harmonies of #841011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841011

Black with #841011

Text Example


Text Example

White with #841011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841011; }

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

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

background-color css

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

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

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

border-color css

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

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

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