Html Css Color HEX #820F28 Burgundy

📋 copy color: '#820F28'

red 130 ◦ green 15 ◦ blue 40

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

Shades of Burgundy #820F28

Tints of Burgundy #820F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 70.27%
G = 8.11%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#820F28 (or 0x820F28) is known color: Burgundy. HEX triplet: 82, 0F and 28. RGB value is (130,15,40). Sum of RGB (Red+Green+Blue) = 130+15+40=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #820F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F28 is #7DF0D7. Grayscale: #343434. Windows color (decimal): -8253656 or 2625410. OLE color: 2625410.

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

Color convert

RGB 130 15 40 -
CMYK 0 0.88 0.69 0.49
HSL 346.96º 0.79% 0.28% -
HSV(B) 346.96º 0.88% 0.51% -
XYZ 9.76 5.24 2.5 -
YUV 52.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 130 15 40 0 0.88 0.69 0.49 346.96 0.79 0.28
Hex 82 F 28 0 58 45 31 15B 4F 1C
Octal 202 17 50 0 130 105 61 533 117 34
Binary 10000010 1111 101000 0 1011000 1000101 110001 101011011 1001111 11100

Color Harmonies of #820F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F28

Black with #820F28

Text Example


Text Example

White with #820F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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