Html Css Color HEX #830118 Burgundy

📋 copy color: '#830118'

red 131 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #830118

Tints of Burgundy #830118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.38%

R = 83.97%
G = 0.64%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#830118 (or 0x830118) is known color: Burgundy. HEX triplet: 83, 01 and 18. RGB value is (131,1,24). Sum of RGB (Red+Green+Blue) = 131+1+24=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #830118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830118 is #7CFEE7. Grayscale: #2A2A2A. Windows color (decimal): -8191720 or 1573251. OLE color: 1573251.

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

Color convert

RGB 131 1 24 -
CMYK 0 0.99 0.82 0.49
HSL 349.38º 0.98% 0.26% -
HSV(B) 349.38º 0.99% 0.51% -
XYZ 9.54 4.91 1.31 -
YUV 42.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 131 1 24 0 0.99 0.82 0.49 349.38 0.98 0.26
Hex 83 1 18 0 63 52 31 15D 62 1A
Octal 203 1 30 0 143 122 61 535 142 32
Binary 10000011 1 11000 0 1100011 1010010 110001 101011101 1100010 11010

Color Harmonies of #830118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830118

Black with #830118

Text Example


Text Example

White with #830118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830118; }

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

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

background-color css

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

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

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

border-color css

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

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

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