Html Css Color HEX #820615 Burgundy

📋 copy color: '#820615'

red 130 ◦ green 6 ◦ blue 21

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

Shades of Burgundy #820615

Tints of Burgundy #820615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

 BLUE value IS 21 (8.59% from 255) = 13.38%

R = 82.8%
G = 3.82%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#820615 (or 0x820615) is known color: Burgundy. HEX triplet: 82, 06 and 15. RGB value is (130,6,21). Sum of RGB (Red+Green+Blue) = 130+6+21=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #820615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820615 is #7DF9EA. Grayscale: #2C2C2C. Windows color (decimal): -8255979 or 1377922. OLE color: 1377922.

HSL color Cylindrical-coordinate representation of color #820615: hue angle of 352.74º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820615 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 6 21 -
CMYK 0 0.95 0.84 0.49
HSL 352.74º 0.91% 0.27% -
HSV(B) 352.74º 0.95% 0.51% -
XYZ 9.41 4.93 1.17 -
YUV 44.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 130 6 21 0 0.95 0.84 0.49 352.74 0.91 0.27
Hex 82 6 15 0 5F 54 31 161 5B 1B
Octal 202 6 25 0 137 124 61 541 133 33
Binary 10000010 110 10101 0 1011111 1010100 110001 101100001 1011011 11011

Color Harmonies of #820615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820615

Black with #820615

Text Example


Text Example

White with #820615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820615; }

 p { color: rgb(130,6,21); }

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

background-color css

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

 a { background-color: rgb(130,6,21); }

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

border-color css

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

 span { border-color: rgb(130,6,21); }

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