Html Css Color HEX #730717 Burgundy

📋 copy color: '#730717'

red 115 ◦ green 7 ◦ blue 23

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

Shades of Burgundy #730717

Tints of Burgundy #730717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

 BLUE value IS 23 (9.38% from 255) = 15.86%

R = 79.31%
G = 4.83%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#730717 (or 0x730717) is known color: Burgundy. HEX triplet: 73, 07 and 17. RGB value is (115,7,23). Sum of RGB (Red+Green+Blue) = 115+7+23=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #730717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730717 is #8CF8E8. Grayscale: #292929. Windows color (decimal): -9238761 or 1509235. OLE color: 1509235.

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

Color convert

RGB 115 7 23 -
CMYK 0 0.94 0.80 0.55
HSL 351.11º 0.89% 0.24% -
HSV(B) 351.11º 0.94% 0.45% -
XYZ 7.3 3.86 1.17 -
YUV 41.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 115 7 23 0 0.94 0.80 0.55 351.11 0.89 0.24
Hex 73 7 17 0 5E 50 37 15F 59 18
Octal 163 7 27 0 136 120 67 537 131 30
Binary 1110011 111 10111 0 1011110 1010000 110111 101011111 1011001 11000

Color Harmonies of #730717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730717

Black with #730717

Text Example


Text Example

White with #730717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730717; }

 p { color: rgb(115,7,23); }

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

background-color css

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

 a { background-color: rgb(115,7,23); }

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

border-color css

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

 span { border-color: rgb(115,7,23); }

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