Html Css Color HEX #730814 Burgundy

📋 copy color: '#730814'

red 115 ◦ green 8 ◦ blue 20

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

Shades of Burgundy #730814

Tints of Burgundy #730814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

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

R = 80.42%
G = 5.59%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#730814 (or 0x730814) is known color: Burgundy. HEX triplet: 73, 08 and 14. RGB value is (115,8,20). Sum of RGB (Red+Green+Blue) = 115+8+20=143 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.42% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 115 - color contains mainly: red. Hex color #730814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730814 is #8CF7EB. Grayscale: #292929. Windows color (decimal): -9238508 or 1312883. OLE color: 1312883.

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

Color convert

RGB 115 8 20 -
CMYK 0 0.93 0.83 0.55
HSL 353.27º 0.87% 0.24% -
HSV(B) 353.27º 0.93% 0.45% -
XYZ 7.28 3.87 1.02 -
YUV 41.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 115 8 20 0 0.93 0.83 0.55 353.27 0.87 0.24
Hex 73 8 14 0 5D 53 37 161 57 18
Octal 163 10 24 0 135 123 67 541 127 30
Binary 1110011 1000 10100 0 1011101 1010011 110111 101100001 1010111 11000

Color Harmonies of #730814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730814

Black with #730814

Text Example


Text Example

White with #730814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730814; }

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

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

background-color css

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

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

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

border-color css

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

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

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