Html Css Color HEX #821314 Sangria

📋 copy color: '#821314'

red 130 ◦ green 19 ◦ blue 20

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

Shades of Sangria #821314

Tints of Sangria #821314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 76.92%
G = 11.24%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#821314 (or 0x821314) is known color: Sangria. HEX triplet: 82, 13 and 14. RGB value is (130,19,20). Sum of RGB (Red+Green+Blue) = 130+19+20=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821314 is #7DECEB. Grayscale: #343434. Windows color (decimal): -8252652 or 1315714. OLE color: 1315714.

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

Color convert

RGB 130 19 20 -
CMYK 0 0.85 0.85 0.49
HSL 359.46º 0.74% 0.29% -
HSV(B) 359.46º 0.85% 0.51% -
XYZ 9.57 5.26 1.17 -
YUV 52.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 130 19 20 0 0.85 0.85 0.49 359.46 0.74 0.29
Hex 82 13 14 0 55 55 31 167 4A 1D
Octal 202 23 24 0 125 125 61 547 112 35
Binary 10000010 10011 10100 0 1010101 1010101 110001 101100111 1001010 11101

Color Harmonies of #821314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821314

Black with #821314

Text Example


Text Example

White with #821314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821314; }

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

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

background-color css

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

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

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

border-color css

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

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

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