Html Css Color HEX #820F27 Burgundy

📋 copy color: '#820F27'

red 130 ◦ green 15 ◦ blue 39

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

Shades of Burgundy #820F27

Tints of Burgundy #820F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 70.65%
G = 8.15%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#820F27 (or 0x820F27) is known color: Burgundy. HEX triplet: 82, 0F and 27. RGB value is (130,15,39). Sum of RGB (Red+Green+Blue) = 130+15+39=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #820F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F27 is #7DF0D8. Grayscale: #343434. Windows color (decimal): -8253657 or 2559874. OLE color: 2559874.

HSL color Cylindrical-coordinate representation of color #820F27: hue angle of 347.48º 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 #820F27 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 15 39 -
CMYK 0 0.88 0.70 0.49
HSL 347.48º 0.79% 0.28% -
HSV(B) 347.48º 0.88% 0.51% -
XYZ 9.74 5.23 2.42 -
YUV 52.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 130 15 39 0 0.88 0.70 0.49 347.48 0.79 0.28
Hex 82 F 27 0 58 46 31 15B 4F 1C
Octal 202 17 47 0 130 106 61 533 117 34
Binary 10000010 1111 100111 0 1011000 1000110 110001 101011011 1001111 11100

Color Harmonies of #820F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F27

Black with #820F27

Text Example


Text Example

White with #820F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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