Html Css Color HEX #830D20 Burgundy

📋 copy color: '#830D20'

red 131 ◦ green 13 ◦ blue 32

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

Shades of Burgundy #830D20

Tints of Burgundy #830D20

RGB

 RED value IS 131 (51.56% from 255) = 74.43%

 GREEN value IS 13 (5.47% from 255) = 7.39%

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 74.43%
G = 7.39%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#830D20 (or 0x830D20) is known color: Burgundy. HEX triplet: 83, 0D and 20. RGB value is (131,13,32). Sum of RGB (Red+Green+Blue) = 131+13+32=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #830D20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830D20 is #7CF2DF. Grayscale: #323232. Windows color (decimal): -8188640 or 2100611. OLE color: 2100611.

HSL color Cylindrical-coordinate representation of color #830D20: hue angle of 350.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830D20 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 13 32 -
CMYK 0 0.90 0.76 0.49
HSL 350.34º 0.82% 0.28% -
HSV(B) 350.34º 0.9% 0.51% -
XYZ 9.76 5.22 1.86 -
YUV 50.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 131 13 32 0 0.90 0.76 0.49 350.34 0.82 0.28
Hex 83 D 20 0 5A 4C 31 15E 52 1C
Octal 203 15 40 0 132 114 61 536 122 34
Binary 10000011 1101 100000 0 1011010 1001100 110001 101011110 1010010 11100

Color Harmonies of #830D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830D20

Black with #830D20

Text Example


Text Example

White with #830D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830D20; }

 p { color: rgb(131,13,32); }

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

background-color css

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

 a { background-color: rgb(131,13,32); }

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

border-color css

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

 span { border-color: rgb(131,13,32); }

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