Html Css Color HEX #82020C Sangria

📋 copy color: '#82020C'

red 130 ◦ green 2 ◦ blue 12

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

Shades of Sangria #82020C

Tints of Sangria #82020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

 BLUE value IS 12 (5.08% from 255) = 8.33%

R = 90.28%
G = 1.39%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82020C (or 0x82020C) is known color: Sangria. HEX triplet: 82, 02 and 0C. RGB value is (130,2,12). Sum of RGB (Red+Green+Blue) = 130+2+12=144 (19% of max value = 765). Red value is 130 (51.17% from 255 or 90.28% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 130 - color contains mainly: red. Hex color #82020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82020C is #7DFDF3. Grayscale: #292929. Windows color (decimal): -8257012 or 787074. OLE color: 787074.

HSL color Cylindrical-coordinate representation of color #82020C: hue angle of 355.31º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82020C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 12 -
CMYK 0 0.98 0.91 0.49
HSL 355.31º 0.97% 0.26% -
HSV(B) 355.31º 0.98% 0.51% -
XYZ 9.29 4.82 0.79 -
YUV 41.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 130 2 12 0 0.98 0.91 0.49 355.31 0.97 0.26
Hex 82 2 C 0 62 5B 31 163 61 1A
Octal 202 2 14 0 142 133 61 543 141 32
Binary 10000010 10 1100 0 1100010 1011011 110001 101100011 1100001 11010

Color Harmonies of #82020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82020C

Black with #82020C

Text Example


Text Example

White with #82020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82020C; }

 p { color: rgb(130,2,12); }

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

background-color css

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

 a { background-color: rgb(130,2,12); }

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

border-color css

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

 span { border-color: rgb(130,2,12); }

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