Html Css Color HEX #841015 Sangria

📋 copy color: '#841015'

red 132 ◦ green 16 ◦ blue 21

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

Shades of Sangria #841015

Tints of Sangria #841015

RGB

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

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

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

R = 78.11%
G = 9.47%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#841015 (or 0x841015) is known color: Sangria. HEX triplet: 84, 10 and 15. RGB value is (132,16,21). Sum of RGB (Red+Green+Blue) = 132+16+21=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #841015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841015 is #7BEFEA. Grayscale: #333333. Windows color (decimal): -8122347 or 1380484. OLE color: 1380484.

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

Color convert

RGB 132 16 21 -
CMYK 0 0.88 0.84 0.48
HSL 357.41º 0.78% 0.29% -
HSV(B) 357.41º 0.88% 0.52% -
XYZ 9.84 5.33 1.22 -
YUV 51.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 132 16 21 0 0.88 0.84 0.48 357.41 0.78 0.29
Hex 84 10 15 0 58 54 30 165 4E 1D
Octal 204 20 25 0 130 124 60 545 116 35
Binary 10000100 10000 10101 0 1011000 1010100 110000 101100101 1001110 11101

Color Harmonies of #841015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841015

Black with #841015

Text Example


Text Example

White with #841015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841015; }

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

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

background-color css

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

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

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

border-color css

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

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

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