Html Css Color HEX #821415 Sangria

📋 copy color: '#821415'

red 130 ◦ green 20 ◦ blue 21

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

Shades of Sangria #821415

Tints of Sangria #821415

RGB

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

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

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

R = 76.02%
G = 11.7%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#821415 (or 0x821415) is known color: Sangria. HEX triplet: 82, 14 and 15. RGB value is (130,20,21). Sum of RGB (Red+Green+Blue) = 130+20+21=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #821415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821415 is #7DEBEA. Grayscale: #353535. Windows color (decimal): -8252395 or 1381506. OLE color: 1381506.

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

Color convert

RGB 130 20 21 -
CMYK 0 0.85 0.84 0.49
HSL 359.45º 0.73% 0.29% -
HSV(B) 359.45º 0.85% 0.51% -
XYZ 9.59 5.3 1.23 -
YUV 53 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 130 20 21 0 0.85 0.84 0.49 359.45 0.73 0.29
Hex 82 14 15 0 55 54 31 167 49 1D
Octal 202 24 25 0 125 124 61 547 111 35
Binary 10000010 10100 10101 0 1010101 1010100 110001 101100111 1001001 11101

Color Harmonies of #821415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821415

Black with #821415

Text Example


Text Example

White with #821415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821415; }

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

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

background-color css

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

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

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

border-color css

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

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

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