Html Css Color HEX #730617 Burgundy

📋 copy color: '#730617'

red 115 ◦ green 6 ◦ blue 23

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

Shades of Burgundy #730617

Tints of Burgundy #730617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

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

R = 79.86%
G = 4.17%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#730617 (or 0x730617) is known color: Burgundy. HEX triplet: 73, 06 and 17. RGB value is (115,6,23). Sum of RGB (Red+Green+Blue) = 115+6+23=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #730617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730617 is #8CF9E8. Grayscale: #282828. Windows color (decimal): -9239017 or 1508979. OLE color: 1508979.

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

Color convert

RGB 115 6 23 -
CMYK 0 0.95 0.80 0.55
HSL 350.64º 0.9% 0.24% -
HSV(B) 350.64º 0.95% 0.45% -
XYZ 7.29 3.84 1.17 -
YUV 40.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 115 6 23 0 0.95 0.80 0.55 350.64 0.9 0.24
Hex 73 6 17 0 5F 50 37 15F 5A 18
Octal 163 6 27 0 137 120 67 537 132 30
Binary 1110011 110 10111 0 1011111 1010000 110111 101011111 1011010 11000

Color Harmonies of #730617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730617

Black with #730617

Text Example


Text Example

White with #730617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730617; }

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

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

background-color css

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

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

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

border-color css

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

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

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