Html Css Color HEX #821024 Burgundy

📋 copy color: '#821024'

red 130 ◦ green 16 ◦ blue 36

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

Shades of Burgundy #821024

Tints of Burgundy #821024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

 BLUE value IS 36 (14.45% from 255) = 19.78%

R = 71.43%
G = 8.79%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#821024 (or 0x821024) is known color: Burgundy. HEX triplet: 82, 10 and 24. RGB value is (130,16,36). Sum of RGB (Red+Green+Blue) = 130+16+36=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #821024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821024 is #7DEFDB. Grayscale: #343434. Windows color (decimal): -8253404 or 2363522. OLE color: 2363522.

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

Color convert

RGB 130 16 36 -
CMYK 0 0.88 0.72 0.49
HSL 349.47º 0.78% 0.29% -
HSV(B) 349.47º 0.88% 0.51% -
XYZ 9.71 5.24 2.17 -
YUV 52.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 130 16 36 0 0.88 0.72 0.49 349.47 0.78 0.29
Hex 82 10 24 0 58 48 31 15D 4E 1D
Octal 202 20 44 0 130 110 61 535 116 35
Binary 10000010 10000 100100 0 1011000 1001000 110001 101011101 1001110 11101

Color Harmonies of #821024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821024

Black with #821024

Text Example


Text Example

White with #821024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821024; }

 p { color: rgb(130,16,36); }

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

background-color css

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

 a { background-color: rgb(130,16,36); }

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

border-color css

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

 span { border-color: rgb(130,16,36); }

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