Html Css Color HEX #820318 Burgundy

📋 copy color: '#820318'

red 130 ◦ green 3 ◦ blue 24

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

Shades of Burgundy #820318

Tints of Burgundy #820318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

 BLUE value IS 24 (9.77% from 255) = 15.29%

R = 82.8%
G = 1.91%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#820318 (or 0x820318) is known color: Burgundy. HEX triplet: 82, 03 and 18. RGB value is (130,3,24). Sum of RGB (Red+Green+Blue) = 130+3+24=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #820318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820318 is #7DFCE7. Grayscale: #2B2B2B. Windows color (decimal): -8256744 or 1573762. OLE color: 1573762.

HSL color Cylindrical-coordinate representation of color #820318: hue angle of 350.08º degrees, saturation: 0.95, 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 #820318 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 3 24 -
CMYK 0 0.98 0.82 0.49
HSL 350.08º 0.95% 0.26% -
HSV(B) 350.08º 0.98% 0.51% -
XYZ 9.4 4.88 1.31 -
YUV 43.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 130 3 24 0 0.98 0.82 0.49 350.08 0.95 0.26
Hex 82 3 18 0 62 52 31 15E 5F 1A
Octal 202 3 30 0 142 122 61 536 137 32
Binary 10000010 11 11000 0 1100010 1010010 110001 101011110 1011111 11010

Color Harmonies of #820318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820318

Black with #820318

Text Example


Text Example

White with #820318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820318; }

 p { color: rgb(130,3,24); }

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

background-color css

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

 a { background-color: rgb(130,3,24); }

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

border-color css

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

 span { border-color: rgb(130,3,24); }

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