Html Css Color HEX #730317 Burgundy

📋 copy color: '#730317'

red 115 ◦ green 3 ◦ blue 23

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

Shades of Burgundy #730317

Tints of Burgundy #730317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 81.56%
G = 2.13%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#730317 (or 0x730317) is known color: Burgundy. HEX triplet: 73, 03 and 17. RGB value is (115,3,23). Sum of RGB (Red+Green+Blue) = 115+3+23=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730317 is #8CFCE8. Grayscale: #262626. Windows color (decimal): -9239785 or 1508211. OLE color: 1508211.

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

Color convert

RGB 115 3 23 -
CMYK 0 0.97 0.80 0.55
HSL 349.29º 0.95% 0.23% -
HSV(B) 349.29º 0.97% 0.45% -
XYZ 7.26 3.77 1.16 -
YUV 38.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 115 3 23 0 0.97 0.80 0.55 349.29 0.95 0.23
Hex 73 3 17 0 61 50 37 15D 5F 17
Octal 163 3 27 0 141 120 67 535 137 27
Binary 1110011 11 10111 0 1100001 1010000 110111 101011101 1011111 10111

Color Harmonies of #730317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730317

Black with #730317

Text Example


Text Example

White with #730317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730317; }

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

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

background-color css

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

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

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

border-color css

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

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

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