Html Css Color HEX #841416 Sangria

📋 copy color: '#841416'

red 132 ◦ green 20 ◦ blue 22

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

Shades of Sangria #841416

Tints of Sangria #841416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

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

R = 75.86%
G = 11.49%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#841416 (or 0x841416) is known color: Sangria. HEX triplet: 84, 14 and 16. RGB value is (132,20,22). Sum of RGB (Red+Green+Blue) = 132+20+22=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #841416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841416 is #7BEBE9. Grayscale: #353535. Windows color (decimal): -8121322 or 1447044. OLE color: 1447044.

HSL color Cylindrical-coordinate representation of color #841416: hue angle of 358.93º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841416 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 22 -
CMYK 0 0.85 0.83 0.48
HSL 358.93º 0.74% 0.3% -
HSV(B) 358.93º 0.85% 0.52% -
XYZ 9.91 5.46 1.29 -
YUV 53.72 110.11 183.84 -
System Red Green Blue C M Y K H S L
Decimal 132 20 22 0 0.85 0.83 0.48 358.93 0.74 0.3
Hex 84 14 16 0 55 53 30 167 4A 1E
Octal 204 24 26 0 125 123 60 547 112 36
Binary 10000100 10100 10110 0 1010101 1010011 110000 101100111 1001010 11110

Color Harmonies of #841416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841416

Black with #841416

Text Example


Text Example

White with #841416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841416; }

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

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

background-color css

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

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

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

border-color css

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

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

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