Html Css Color HEX #730113 Burgundy

📋 copy color: '#730113'

red 115 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #730113

Tints of Burgundy #730113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 85.19%
G = 0.74%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#730113 (or 0x730113) is known color: Burgundy. HEX triplet: 73, 01 and 13. RGB value is (115,1,19). Sum of RGB (Red+Green+Blue) = 115+1+19=135 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.19% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 115 - color contains mainly: red. Hex color #730113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730113 is #8CFEEC. Grayscale: #252525. Windows color (decimal): -9240301 or 1245555. OLE color: 1245555.

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

Color convert

RGB 115 1 19 -
CMYK 0 0.99 0.83 0.55
HSL 350.53º 0.98% 0.23% -
HSV(B) 350.53º 0.99% 0.45% -
XYZ 7.2 3.71 0.95 -
YUV 37.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 115 1 19 0 0.99 0.83 0.55 350.53 0.98 0.23
Hex 73 1 13 0 63 53 37 15F 62 17
Octal 163 1 23 0 143 123 67 537 142 27
Binary 1110011 1 10011 0 1100011 1010011 110111 101011111 1100010 10111

Color Harmonies of #730113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730113

Black with #730113

Text Example


Text Example

White with #730113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730113; }

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

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

background-color css

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

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

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

border-color css

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

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

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