Html Css Color HEX #830019 Burgundy

📋 copy color: '#830019'

red 131 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #830019

Tints of Burgundy #830019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 83.97%
G = 0%
B = 16.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#830019 (or 0x830019) is known color: Burgundy. HEX triplet: 83, 00 and 19. RGB value is (131,0,25). Sum of RGB (Red+Green+Blue) = 131+0+25=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #830019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830019 is #7CFFE6. Grayscale: #2A2A2A. Windows color (decimal): -8191975 or 1638531. OLE color: 1638531.

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

Color convert

RGB 131 0 25 -
CMYK 0 1 0.81 0.49
HSL 348.55º 1% 0.26% -
HSV(B) 348.55º 1% 0.51% -
XYZ 9.54 4.9 1.36 -
YUV 42.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 131 0 25 0 1 0.81 0.49 348.55 1 0.26
Hex 83 0 19 0 64 51 31 15D 64 1A
Octal 203 0 31 0 144 121 61 535 144 32
Binary 10000011 0 11001 0 1100100 1010001 110001 101011101 1100100 11010

Color Harmonies of #830019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830019

Black with #830019

Text Example


Text Example

White with #830019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830019; }

 p { color: rgb(131,0,25); }

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

background-color css

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

 a { background-color: rgb(131,0,25); }

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

border-color css

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

 span { border-color: rgb(131,0,25); }

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