Html Css Color HEX #730112 Burgundy

📋 copy color: '#730112'

red 115 ◦ green 1 ◦ blue 18

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

Shades of Burgundy #730112

Tints of Burgundy #730112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 85.82%
G = 0.75%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#730112 (or 0x730112) is known color: Burgundy. HEX triplet: 73, 01 and 12. RGB value is (115,1,18). Sum of RGB (Red+Green+Blue) = 115+1+18=134 (17% of max value = 765). Red value is 115 (45.31% from 255 or 85.82% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 115 - color contains mainly: red. Hex color #730112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730112 is #8CFEED. Grayscale: #252525. Windows color (decimal): -9240302 or 1180019. OLE color: 1180019.

HSL color Cylindrical-coordinate representation of color #730112: hue angle of 351.05º 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 #730112 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 1 18 -
CMYK 0 0.99 0.84 0.55
HSL 351.05º 0.98% 0.23% -
HSV(B) 351.05º 0.99% 0.45% -
XYZ 7.19 3.71 0.91 -
YUV 37.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 115 1 18 0 0.99 0.84 0.55 351.05 0.98 0.23
Hex 73 1 12 0 63 54 37 15F 62 17
Octal 163 1 22 0 143 124 67 537 142 27
Binary 1110011 1 10010 0 1100011 1010100 110111 101011111 1100010 10111

Color Harmonies of #730112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730112

Black with #730112

Text Example


Text Example

White with #730112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730112; }

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

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

background-color css

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

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

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

border-color css

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

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

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