Html Css Color HEX #821215 Sangria

📋 copy color: '#821215'

red 130 ◦ green 18 ◦ blue 21

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

Shades of Sangria #821215

Tints of Sangria #821215

RGB

 RED value IS 130 (51.17% from 255) = 76.92%

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

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

R = 76.92%
G = 10.65%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#821215 (or 0x821215) is known color: Sangria. HEX triplet: 82, 12 and 15. RGB value is (130,18,21). Sum of RGB (Red+Green+Blue) = 130+18+21=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821215 is #7DEDEA. Grayscale: #333333. Windows color (decimal): -8252907 or 1380994. OLE color: 1380994.

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

Color convert

RGB 130 18 21 -
CMYK 0 0.86 0.84 0.49
HSL 358.39º 0.76% 0.29% -
HSV(B) 358.39º 0.86% 0.51% -
XYZ 9.56 5.23 1.22 -
YUV 51.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 130 18 21 0 0.86 0.84 0.49 358.39 0.76 0.29
Hex 82 12 15 0 56 54 31 166 4C 1D
Octal 202 22 25 0 126 124 61 546 114 35
Binary 10000010 10010 10101 0 1010110 1010100 110001 101100110 1001100 11101

Color Harmonies of #821215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821215

Black with #821215

Text Example


Text Example

White with #821215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821215; }

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

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

background-color css

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

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

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

border-color css

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

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

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