Html Css Color HEX #73032D Burgundy

📋 copy color: '#73032D'

red 115 ◦ green 3 ◦ blue 45

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

Shades of Burgundy #73032D

Tints of Burgundy #73032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.61%

R = 70.55%
G = 1.84%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73032D (or 0x73032D) is known color: Burgundy. HEX triplet: 73, 03 and 2D. RGB value is (115,3,45). Sum of RGB (Red+Green+Blue) = 115+3+45=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73032D is #8CFCD2. Grayscale: #292929. Windows color (decimal): -9239763 or 2950003. OLE color: 2950003.

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

Color convert

RGB 115 3 45 -
CMYK 0 0.97 0.61 0.55
HSL 337.5º 0.95% 0.23% -
HSV(B) 337.5º 0.97% 0.45% -
XYZ 7.58 3.9 2.84 -
YUV 41.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 115 3 45 0 0.97 0.61 0.55 337.5 0.95 0.23
Hex 73 3 2D 0 61 3D 37 152 5F 17
Octal 163 3 55 0 141 75 67 522 137 27
Binary 1110011 11 101101 0 1100001 111101 110111 101010010 1011111 10111

Color Harmonies of #73032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73032D

Black with #73032D

Text Example


Text Example

White with #73032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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