Html Css Color HEX #821219 Burgundy

📋 copy color: '#821219'

red 130 ◦ green 18 ◦ blue 25

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

Shades of Burgundy #821219

Tints of Burgundy #821219

RGB

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

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

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

R = 75.14%
G = 10.4%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#821219 (or 0x821219) is known color: Burgundy. HEX triplet: 82, 12 and 19. RGB value is (130,18,25). Sum of RGB (Red+Green+Blue) = 130+18+25=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #821219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821219 is #7DEDE6. Grayscale: #343434. Windows color (decimal): -8252903 or 1643138. OLE color: 1643138.

HSL color Cylindrical-coordinate representation of color #821219: hue angle of 356.25º 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 #821219 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 25 -
CMYK 0 0.86 0.81 0.49
HSL 356.25º 0.76% 0.29% -
HSV(B) 356.25º 0.86% 0.51% -
XYZ 9.6 5.25 1.43 -
YUV 52.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 130 18 25 0 0.86 0.81 0.49 356.25 0.76 0.29
Hex 82 12 19 0 56 51 31 164 4C 1D
Octal 202 22 31 0 126 121 61 544 114 35
Binary 10000010 10010 11001 0 1010110 1010001 110001 101100100 1001100 11101

Color Harmonies of #821219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821219

Black with #821219

Text Example


Text Example

White with #821219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821219; }

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

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

background-color css

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

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

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

border-color css

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

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

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