Html Css Color HEX #830120 Burgundy

📋 copy color: '#830120'

red 131 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #830120

Tints of Burgundy #830120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 79.88%
G = 0.61%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#830120 (or 0x830120) is known color: Burgundy. HEX triplet: 83, 01 and 20. RGB value is (131,1,32). Sum of RGB (Red+Green+Blue) = 131+1+32=164 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.88% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 131 - color contains mainly: red. Hex color #830120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830120 is #7CFEDF. Grayscale: #2B2B2B. Windows color (decimal): -8191712 or 2097539. OLE color: 2097539.

HSL color Cylindrical-coordinate representation of color #830120: hue angle of 345.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830120 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 32 -
CMYK 0 0.99 0.76 0.49
HSL 345.69º 0.98% 0.26% -
HSV(B) 345.69º 0.99% 0.51% -
XYZ 9.63 4.95 1.81 -
YUV 43.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 131 1 32 0 0.99 0.76 0.49 345.69 0.98 0.26
Hex 83 1 20 0 63 4C 31 15A 62 1A
Octal 203 1 40 0 143 114 61 532 142 32
Binary 10000011 1 100000 0 1100011 1001100 110001 101011010 1100010 11010

Color Harmonies of #830120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830120

Black with #830120

Text Example


Text Example

White with #830120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830120; }

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

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

background-color css

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

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

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

border-color css

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

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

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