Html Css Color HEX #801215 Sangria

📋 copy color: '#801215'

red 128 ◦ green 18 ◦ blue 21

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

Shades of Sangria #801215

Tints of Sangria #801215

RGB

 RED value IS 128 (50.39% from 255) = 76.65%

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

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

R = 76.65%
G = 10.78%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#801215 (or 0x801215) is known color: Sangria. HEX triplet: 80, 12 and 15. RGB value is (128,18,21). Sum of RGB (Red+Green+Blue) = 128+18+21=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #801215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801215 is #7FEDEA. Grayscale: #333333. Windows color (decimal): -8383979 or 1380992. OLE color: 1380992.

HSL color Cylindrical-coordinate representation of color #801215: hue angle of 358.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801215 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 21 -
CMYK 0 0.86 0.84 0.50
HSL 358.36º 0.75% 0.29% -
HSV(B) 358.36º 0.86% 0.5% -
XYZ 9.25 5.08 1.2 -
YUV 51.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 128 18 21 0 0.86 0.84 0.50 358.36 0.75 0.29
Hex 80 12 15 0 56 54 32 166 4B 1D
Octal 200 22 25 0 126 124 62 546 113 35
Binary 10000000 10010 10101 0 1010110 1010100 110010 101100110 1001011 11101

Color Harmonies of #801215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801215

Black with #801215

Text Example


Text Example

White with #801215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801215; }

 p { color: rgb(128,18,21); }

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

background-color css

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

 a { background-color: rgb(128,18,21); }

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

border-color css

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

 span { border-color: rgb(128,18,21); }

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