Html Css Color HEX #730513 Burgundy

📋 copy color: '#730513'

red 115 ◦ green 5 ◦ blue 19

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

Shades of Burgundy #730513

Tints of Burgundy #730513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 82.73%
G = 3.6%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#730513 (or 0x730513) is known color: Burgundy. HEX triplet: 73, 05 and 13. RGB value is (115,5,19). Sum of RGB (Red+Green+Blue) = 115+5+19=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #730513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730513 is #8CFAEC. Grayscale: #272727. Windows color (decimal): -9239277 or 1246579. OLE color: 1246579.

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

Color convert

RGB 115 5 19 -
CMYK 0 0.96 0.83 0.55
HSL 352.36º 0.92% 0.24% -
HSV(B) 352.36º 0.96% 0.45% -
XYZ 7.24 3.8 0.97 -
YUV 39.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 115 5 19 0 0.96 0.83 0.55 352.36 0.92 0.24
Hex 73 5 13 0 60 53 37 160 5C 18
Octal 163 5 23 0 140 123 67 540 134 30
Binary 1110011 101 10011 0 1100000 1010011 110111 101100000 1011100 11000

Color Harmonies of #730513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730513

Black with #730513

Text Example


Text Example

White with #730513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730513; }

 p { color: rgb(115,5,19); }

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

background-color css

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

 a { background-color: rgb(115,5,19); }

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

border-color css

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

 span { border-color: rgb(115,5,19); }

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