Html Css Color HEX #820024 Burgundy

📋 copy color: '#820024'

red 130 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #820024

Tints of Burgundy #820024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.31%
G = 0%
B = 21.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#820024 (or 0x820024) is known color: Burgundy. HEX triplet: 82, 00 and 24. RGB value is (130,0,36). Sum of RGB (Red+Green+Blue) = 130+0+36=166 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.31% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 130 - color contains mainly: red. Hex color #820024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820024 is #7DFFDB. Grayscale: #2A2A2A. Windows color (decimal): -8257500 or 2359426. OLE color: 2359426.

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

Color convert

RGB 130 0 36 -
CMYK 0 1 0.72 0.49
HSL 343.38º 1% 0.25% -
HSV(B) 343.38º 1% 0.51% -
XYZ 9.52 4.87 2.11 -
YUV 42.97 124.07 190.07 -
System Red Green Blue C M Y K H S L
Decimal 130 0 36 0 1 0.72 0.49 343.38 1 0.25
Hex 82 0 24 0 64 48 31 157 64 19
Octal 202 0 44 0 144 110 61 527 144 31
Binary 10000010 0 100100 0 1100100 1001000 110001 101010111 1100100 11001

Color Harmonies of #820024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820024

Black with #820024

Text Example


Text Example

White with #820024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820024; }

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

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

background-color css

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

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

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

border-color css

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

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

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