Html Css Color HEX #830514 Burgundy

📋 copy color: '#830514'

red 131 ◦ green 5 ◦ blue 20

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

Shades of Burgundy #830514

Tints of Burgundy #830514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 83.97%
G = 3.21%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#830514 (or 0x830514) is known color: Burgundy. HEX triplet: 83, 05 and 14. RGB value is (131,5,20). Sum of RGB (Red+Green+Blue) = 131+5+20=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #830514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830514 is #7CFAEB. Grayscale: #2C2C2C. Windows color (decimal): -8190700 or 1312131. OLE color: 1312131.

HSL color Cylindrical-coordinate representation of color #830514: hue angle of 352.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830514 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 5 20 -
CMYK 0 0.96 0.85 0.49
HSL 352.86º 0.93% 0.27% -
HSV(B) 352.86º 0.96% 0.51% -
XYZ 9.54 4.98 1.12 -
YUV 44.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 131 5 20 0 0.96 0.85 0.49 352.86 0.93 0.27
Hex 83 5 14 0 60 55 31 161 5D 1B
Octal 203 5 24 0 140 125 61 541 135 33
Binary 10000011 101 10100 0 1100000 1010101 110001 101100001 1011101 11011

Color Harmonies of #830514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830514

Black with #830514

Text Example


Text Example

White with #830514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830514; }

 p { color: rgb(131,5,20); }

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

background-color css

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

 a { background-color: rgb(131,5,20); }

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

border-color css

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

 span { border-color: rgb(131,5,20); }

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