Html Css Color HEX #830117 Burgundy

📋 copy color: '#830117'

red 131 ◦ green 1 ◦ blue 23

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

Shades of Burgundy #830117

Tints of Burgundy #830117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 84.52%
G = 0.65%
B = 14.84%

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

#830117 (or 0x830117) is known color: Burgundy. HEX triplet: 83, 01 and 17. RGB value is (131,1,23). Sum of RGB (Red+Green+Blue) = 131+1+23=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #830117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830117 is #7CFEE8. Grayscale: #2A2A2A. Windows color (decimal): -8191721 or 1507715. OLE color: 1507715.

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

Color convert

RGB 131 1 23 -
CMYK 0 0.99 0.82 0.49
HSL 349.85º 0.98% 0.26% -
HSV(B) 349.85º 0.99% 0.51% -
XYZ 9.53 4.91 1.26 -
YUV 42.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 131 1 23 0 0.99 0.82 0.49 349.85 0.98 0.26
Hex 83 1 17 0 63 52 31 15E 62 1A
Octal 203 1 27 0 143 122 61 536 142 32
Binary 10000011 1 10111 0 1100011 1010010 110001 101011110 1100010 11010

Color Harmonies of #830117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830117

Black with #830117

Text Example


Text Example

White with #830117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830117; }

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

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

background-color css

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

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

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

border-color css

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

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

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