Html Css Color HEX #841415 Sangria

📋 copy color: '#841415'

red 132 ◦ green 20 ◦ blue 21

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

Shades of Sangria #841415

Tints of Sangria #841415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.14%

R = 76.3%
G = 11.56%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#841415 (or 0x841415) is known color: Sangria. HEX triplet: 84, 14 and 15. RGB value is (132,20,21). Sum of RGB (Red+Green+Blue) = 132+20+21=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #841415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841415 is #7BEBEA. Grayscale: #353535. Windows color (decimal): -8121323 or 1381508. OLE color: 1381508.

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

Color convert

RGB 132 20 21 -
CMYK 0 0.85 0.84 0.48
HSL 359.46º 0.74% 0.3% -
HSV(B) 359.46º 0.85% 0.52% -
XYZ 9.9 5.46 1.24 -
YUV 53.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 132 20 21 0 0.85 0.84 0.48 359.46 0.74 0.3
Hex 84 14 15 0 55 54 30 167 4A 1E
Octal 204 24 25 0 125 124 60 547 112 36
Binary 10000100 10100 10101 0 1010101 1010100 110000 101100111 1001010 11110

Color Harmonies of #841415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841415

Black with #841415

Text Example


Text Example

White with #841415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841415; }

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

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

background-color css

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

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

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

border-color css

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

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

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