Html Css Color HEX #730A14 Burgundy

📋 copy color: '#730A14'

red 115 ◦ green 10 ◦ blue 20

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

Shades of Burgundy #730A14

Tints of Burgundy #730A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.9%

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

R = 79.31%
G = 6.9%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#730A14 (or 0x730A14) is known color: Burgundy. HEX triplet: 73, 0A and 14. RGB value is (115,10,20). Sum of RGB (Red+Green+Blue) = 115+10+20=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #730A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A14 is #8CF5EB. Grayscale: #2A2A2A. Windows color (decimal): -9237996 or 1313395. OLE color: 1313395.

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

Color convert

RGB 115 10 20 -
CMYK 0 0.91 0.83 0.55
HSL 354.29º 0.84% 0.25% -
HSV(B) 354.29º 0.91% 0.45% -
XYZ 7.31 3.91 1.03 -
YUV 42.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 115 10 20 0 0.91 0.83 0.55 354.29 0.84 0.25
Hex 73 A 14 0 5B 53 37 162 54 19
Octal 163 12 24 0 133 123 67 542 124 31
Binary 1110011 1010 10100 0 1011011 1010011 110111 101100010 1010100 11001

Color Harmonies of #730A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A14

Black with #730A14

Text Example


Text Example

White with #730A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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