Html Css Color HEX #830119 Burgundy

📋 copy color: '#830119'

red 131 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #830119

Tints of Burgundy #830119

RGB

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

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

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

R = 83.44%
G = 0.64%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#830119 (or 0x830119) is known color: Burgundy. HEX triplet: 83, 01 and 19. RGB value is (131,1,25). Sum of RGB (Red+Green+Blue) = 131+1+25=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #830119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830119 is #7CFEE6. Grayscale: #2A2A2A. Windows color (decimal): -8191719 or 1638787. OLE color: 1638787.

HSL color Cylindrical-coordinate representation of color #830119: hue angle of 348.92º 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 #830119 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 25 -
CMYK 0 0.99 0.81 0.49
HSL 348.92º 0.98% 0.26% -
HSV(B) 348.92º 0.99% 0.51% -
XYZ 9.55 4.92 1.37 -
YUV 42.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 131 1 25 0 0.99 0.81 0.49 348.92 0.98 0.26
Hex 83 1 19 0 63 51 31 15D 62 1A
Octal 203 1 31 0 143 121 61 535 142 32
Binary 10000011 1 11001 0 1100011 1010001 110001 101011101 1100010 11010

Color Harmonies of #830119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830119

Black with #830119

Text Example


Text Example

White with #830119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830119; }

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

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

background-color css

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

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

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

border-color css

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

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

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