Html Css Color HEX #841214 Sangria

📋 copy color: '#841214'

red 132 ◦ green 18 ◦ blue 20

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

Shades of Sangria #841214

Tints of Sangria #841214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.59%

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

R = 77.65%
G = 10.59%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#841214 (or 0x841214) is known color: Sangria. HEX triplet: 84, 12 and 14. RGB value is (132,18,20). Sum of RGB (Red+Green+Blue) = 132+18+20=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #841214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841214 is #7BEDEB. Grayscale: #343434. Windows color (decimal): -8121836 or 1315460. OLE color: 1315460.

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

Color convert

RGB 132 18 20 -
CMYK 0 0.86 0.85 0.48
HSL 358.95º 0.76% 0.29% -
HSV(B) 358.95º 0.86% 0.52% -
XYZ 9.86 5.39 1.18 -
YUV 52.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 132 18 20 0 0.86 0.85 0.48 358.95 0.76 0.29
Hex 84 12 14 0 56 55 30 167 4C 1D
Octal 204 22 24 0 126 125 60 547 114 35
Binary 10000100 10010 10100 0 1010110 1010101 110000 101100111 1001100 11101

Color Harmonies of #841214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841214

Black with #841214

Text Example


Text Example

White with #841214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841214; }

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

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

background-color css

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

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

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

border-color css

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

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

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