Html Css Color HEX #73040D Burgundy

📋 copy color: '#73040D'

red 115 ◦ green 4 ◦ blue 13

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

Shades of Burgundy #73040D

Tints of Burgundy #73040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 87.12%
G = 3.03%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73040D (or 0x73040D) is known color: Burgundy. HEX triplet: 73, 04 and 0D. RGB value is (115,4,13). Sum of RGB (Red+Green+Blue) = 115+4+13=132 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.12% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 115 - color contains mainly: red. Hex color #73040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73040D is #8CFBF2. Grayscale: #262626. Windows color (decimal): -9239539 or 853107. OLE color: 853107.

HSL color Cylindrical-coordinate representation of color #73040D: hue angle of 355.14º degrees, saturation: 0.93, 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 #73040D is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 4 13 -
CMYK 0 0.97 0.89 0.55
HSL 355.14º 0.93% 0.23% -
HSV(B) 355.14º 0.97% 0.45% -
XYZ 7.19 3.76 0.73 -
YUV 38.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 115 4 13 0 0.97 0.89 0.55 355.14 0.93 0.23
Hex 73 4 D 0 61 59 37 163 5D 17
Octal 163 4 15 0 141 131 67 543 135 27
Binary 1110011 100 1101 0 1100001 1011001 110111 101100011 1011101 10111

Color Harmonies of #73040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73040D

Black with #73040D

Text Example


Text Example

White with #73040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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