Html Css Color HEX #730918 Burgundy

📋 copy color: '#730918'

red 115 ◦ green 9 ◦ blue 24

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

Shades of Burgundy #730918

Tints of Burgundy #730918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 77.7%
G = 6.08%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#730918 (or 0x730918) is known color: Burgundy. HEX triplet: 73, 09 and 18. RGB value is (115,9,24). Sum of RGB (Red+Green+Blue) = 115+9+24=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #730918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730918 is #8CF6E7. Grayscale: #2A2A2A. Windows color (decimal): -9238248 or 1575283. OLE color: 1575283.

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

Color convert

RGB 115 9 24 -
CMYK 0 0.92 0.79 0.55
HSL 351.51º 0.85% 0.24% -
HSV(B) 351.51º 0.92% 0.45% -
XYZ 7.33 3.91 1.23 -
YUV 42.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 115 9 24 0 0.92 0.79 0.55 351.51 0.85 0.24
Hex 73 9 18 0 5C 4F 37 160 55 18
Octal 163 11 30 0 134 117 67 540 125 30
Binary 1110011 1001 11000 0 1011100 1001111 110111 101100000 1010101 11000

Color Harmonies of #730918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730918

Black with #730918

Text Example


Text Example

White with #730918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730918; }

 p { color: rgb(115,9,24); }

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

background-color css

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

 a { background-color: rgb(115,9,24); }

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

border-color css

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

 span { border-color: rgb(115,9,24); }

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