Html Css Color HEX #820F1D Burgundy

📋 copy color: '#820F1D'

red 130 ◦ green 15 ◦ blue 29

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

Shades of Burgundy #820F1D

Tints of Burgundy #820F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 74.71%
G = 8.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#820F1D (or 0x820F1D) is known color: Burgundy. HEX triplet: 82, 0F and 1D. RGB value is (130,15,29). Sum of RGB (Red+Green+Blue) = 130+15+29=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #820F1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F1D is #7DF0E2. Grayscale: #333333. Windows color (decimal): -8253667 or 1904514. OLE color: 1904514.

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

Color convert

RGB 130 15 29 -
CMYK 0 0.88 0.78 0.49
HSL 352.7º 0.79% 0.28% -
HSV(B) 352.7º 0.88% 0.51% -
XYZ 9.6 5.18 1.66 -
YUV 50.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 130 15 29 0 0.88 0.78 0.49 352.7 0.79 0.28
Hex 82 F 1D 0 58 4E 31 161 4F 1C
Octal 202 17 35 0 130 116 61 541 117 34
Binary 10000010 1111 11101 0 1011000 1001110 110001 101100001 1001111 11100

Color Harmonies of #820F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F1D

Black with #820F1D

Text Example


Text Example

White with #820F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820F1D; }

 p { color: rgb(130,15,29); }

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

background-color css

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

 a { background-color: rgb(130,15,29); }

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

border-color css

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

 span { border-color: rgb(130,15,29); }

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