Html Css Color HEX #841114 Sangria

📋 copy color: '#841114'

red 132 ◦ green 17 ◦ blue 20

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

Shades of Sangria #841114

Tints of Sangria #841114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 78.11%
G = 10.06%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#841114 (or 0x841114) is known color: Sangria. HEX triplet: 84, 11 and 14. RGB value is (132,17,20). Sum of RGB (Red+Green+Blue) = 132+17+20=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #841114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841114 is #7BEEEB. Grayscale: #333333. Windows color (decimal): -8122092 or 1315204. OLE color: 1315204.

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

Color convert

RGB 132 17 20 -
CMYK 0 0.87 0.85 0.48
HSL 358.43º 0.77% 0.29% -
HSV(B) 358.43º 0.87% 0.52% -
XYZ 9.84 5.36 1.18 -
YUV 51.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 132 17 20 0 0.87 0.85 0.48 358.43 0.77 0.29
Hex 84 11 14 0 57 55 30 166 4D 1D
Octal 204 21 24 0 127 125 60 546 115 35
Binary 10000100 10001 10100 0 1010111 1010101 110000 101100110 1001101 11101

Color Harmonies of #841114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841114

Black with #841114

Text Example


Text Example

White with #841114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841114; }

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

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

background-color css

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

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

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

border-color css

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

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

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