Html Css Color HEX #730014 Burgundy

📋 copy color: '#730014'

red 115 ◦ green 0 ◦ blue 20

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

Shades of Burgundy #730014

Tints of Burgundy #730014

RGB

 RED value IS 115 (45.31% from 255) = 85.19%

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

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

R = 85.19%
G = 0%
B = 14.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#730014 (or 0x730014) is known color: Burgundy. HEX triplet: 73, 00 and 14. RGB value is (115,0,20). Sum of RGB (Red+Green+Blue) = 115+0+20=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #730014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730014 is #8CFFEB. Grayscale: #242424. Windows color (decimal): -9240556 or 1310835. OLE color: 1310835.

HSL color Cylindrical-coordinate representation of color #730014: hue angle of 349.57º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730014 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 20 -
CMYK 0 1 0.83 0.55
HSL 349.57º 1% 0.23% -
HSV(B) 349.57º 1% 0.45% -
XYZ 7.2 3.7 1 -
YUV 36.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 115 0 20 0 1 0.83 0.55 349.57 1 0.23
Hex 73 0 14 0 64 53 37 15E 64 17
Octal 163 0 24 0 144 123 67 536 144 27
Binary 1110011 0 10100 0 1100100 1010011 110111 101011110 1100100 10111

Color Harmonies of #730014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730014

Black with #730014

Text Example


Text Example

White with #730014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730014; }

 p { color: rgb(115,0,20); }

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

background-color css

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

 a { background-color: rgb(115,0,20); }

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

border-color css

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

 span { border-color: rgb(115,0,20); }

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