Html Css Color HEX #821119 Burgundy

📋 copy color: '#821119'

red 130 ◦ green 17 ◦ blue 25

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

Shades of Burgundy #821119

Tints of Burgundy #821119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

 BLUE value IS 25 (10.16% from 255) = 14.53%

R = 75.58%
G = 9.88%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#821119 (or 0x821119) is known color: Burgundy. HEX triplet: 82, 11 and 19. RGB value is (130,17,25). Sum of RGB (Red+Green+Blue) = 130+17+25=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #821119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821119 is #7DEEE6. Grayscale: #333333. Windows color (decimal): -8253159 or 1642882. OLE color: 1642882.

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

Color convert

RGB 130 17 25 -
CMYK 0 0.87 0.81 0.49
HSL 355.75º 0.77% 0.29% -
HSV(B) 355.75º 0.87% 0.51% -
XYZ 9.58 5.22 1.42 -
YUV 51.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 130 17 25 0 0.87 0.81 0.49 355.75 0.77 0.29
Hex 82 11 19 0 57 51 31 164 4D 1D
Octal 202 21 31 0 127 121 61 544 115 35
Binary 10000010 10001 11001 0 1010111 1010001 110001 101100100 1001101 11101

Color Harmonies of #821119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821119

Black with #821119

Text Example


Text Example

White with #821119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821119; }

 p { color: rgb(130,17,25); }

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

background-color css

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

 a { background-color: rgb(130,17,25); }

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

border-color css

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

 span { border-color: rgb(130,17,25); }

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