Html Css Color HEX #841016 Sangria

📋 copy color: '#841016'

red 132 ◦ green 16 ◦ blue 22

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

Shades of Sangria #841016

Tints of Sangria #841016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.94%

R = 77.65%
G = 9.41%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#841016 (or 0x841016) is known color: Sangria. HEX triplet: 84, 10 and 16. RGB value is (132,16,22). Sum of RGB (Red+Green+Blue) = 132+16+22=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #841016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841016 is #7BEFE9. Grayscale: #333333. Windows color (decimal): -8122346 or 1446020. OLE color: 1446020.

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

Color convert

RGB 132 16 22 -
CMYK 0 0.88 0.83 0.48
HSL 356.9º 0.78% 0.29% -
HSV(B) 356.9º 0.88% 0.52% -
XYZ 9.85 5.33 1.27 -
YUV 51.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 132 16 22 0 0.88 0.83 0.48 356.9 0.78 0.29
Hex 84 10 16 0 58 53 30 165 4E 1D
Octal 204 20 26 0 130 123 60 545 116 35
Binary 10000100 10000 10110 0 1011000 1010011 110000 101100101 1001110 11101

Color Harmonies of #841016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841016

Black with #841016

Text Example


Text Example

White with #841016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841016; }

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

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

background-color css

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

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

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

border-color css

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

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

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