Html Css Color HEX #730124 Burgundy

📋 copy color: '#730124'

red 115 ◦ green 1 ◦ blue 36

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

Shades of Burgundy #730124

Tints of Burgundy #730124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 75.66%
G = 0.66%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#730124 (or 0x730124) is known color: Burgundy. HEX triplet: 73, 01 and 24. RGB value is (115,1,36). Sum of RGB (Red+Green+Blue) = 115+1+36=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #730124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730124 is #8CFEDB. Grayscale: #272727. Windows color (decimal): -9240284 or 2359667. OLE color: 2359667.

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

Color convert

RGB 115 1 36 -
CMYK 0 0.99 0.69 0.55
HSL 341.58º 0.98% 0.23% -
HSV(B) 341.58º 0.99% 0.45% -
XYZ 7.4 3.79 2.01 -
YUV 39.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 115 1 36 0 0.99 0.69 0.55 341.58 0.98 0.23
Hex 73 1 24 0 63 45 37 156 62 17
Octal 163 1 44 0 143 105 67 526 142 27
Binary 1110011 1 100100 0 1100011 1000101 110111 101010110 1100010 10111

Color Harmonies of #730124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730124

Black with #730124

Text Example


Text Example

White with #730124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730124; }

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

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

background-color css

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

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

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

border-color css

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

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

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