Html Css Color HEX #730024 Burgundy

📋 copy color: '#730024'

red 115 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #730024

Tints of Burgundy #730024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.16%
G = 0%
B = 23.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#730024 (or 0x730024) is known color: Burgundy. HEX triplet: 73, 00 and 24. RGB value is (115,0,36). Sum of RGB (Red+Green+Blue) = 115+0+36=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #730024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730024 is #8CFFDB. Grayscale: #262626. Windows color (decimal): -9240540 or 2359411. OLE color: 2359411.

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

Color convert

RGB 115 0 36 -
CMYK 0 1 0.69 0.55
HSL 341.22º 1% 0.23% -
HSV(B) 341.22º 1% 0.45% -
XYZ 7.39 3.77 2.01 -
YUV 38.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 115 0 36 0 1 0.69 0.55 341.22 1 0.23
Hex 73 0 24 0 64 45 37 155 64 17
Octal 163 0 44 0 144 105 67 525 144 27
Binary 1110011 0 100100 0 1100100 1000101 110111 101010101 1100100 10111

Color Harmonies of #730024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730024

Black with #730024

Text Example


Text Example

White with #730024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730024; }

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

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

background-color css

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

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

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

border-color css

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

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

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