Html Css Color HEX #730D24 Burgundy

📋 copy color: '#730D24'

red 115 ◦ green 13 ◦ blue 36

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

Shades of Burgundy #730D24

Tints of Burgundy #730D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.93%

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

R = 70.12%
G = 7.93%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#730D24 (or 0x730D24) is known color: Burgundy. HEX triplet: 73, 0D and 24. RGB value is (115,13,36). Sum of RGB (Red+Green+Blue) = 115+13+36=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #730D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D24 is #8CF2DB. Grayscale: #2E2E2E. Windows color (decimal): -9237212 or 2362739. OLE color: 2362739.

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

Color convert

RGB 115 13 36 -
CMYK 0 0.89 0.69 0.55
HSL 346.47º 0.8% 0.25% -
HSV(B) 346.47º 0.89% 0.45% -
XYZ 7.53 4.06 2.06 -
YUV 46.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 115 13 36 0 0.89 0.69 0.55 346.47 0.8 0.25
Hex 73 D 24 0 59 45 37 15A 50 19
Octal 163 15 44 0 131 105 67 532 120 31
Binary 1110011 1101 100100 0 1011001 1000101 110111 101011010 1010000 11001

Color Harmonies of #730D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D24

Black with #730D24

Text Example


Text Example

White with #730D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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