Html Css Color HEX #73032A Burgundy

📋 copy color: '#73032A'

red 115 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #73032A

Tints of Burgundy #73032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.25%

R = 71.88%
G = 1.88%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73032A (or 0x73032A) is known color: Burgundy. HEX triplet: 73, 03 and 2A. RGB value is (115,3,42). Sum of RGB (Red+Green+Blue) = 115+3+42=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #73032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73032A is #8CFCD5. Grayscale: #282828. Windows color (decimal): -9239766 or 2753395. OLE color: 2753395.

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

Color convert

RGB 115 3 42 -
CMYK 0 0.97 0.63 0.55
HSL 339.11º 0.95% 0.23% -
HSV(B) 339.11º 0.97% 0.45% -
XYZ 7.52 3.88 2.54 -
YUV 40.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 115 3 42 0 0.97 0.63 0.55 339.11 0.95 0.23
Hex 73 3 2A 0 61 3F 37 153 5F 17
Octal 163 3 52 0 141 77 67 523 137 27
Binary 1110011 11 101010 0 1100001 111111 110111 101010011 1011111 10111

Color Harmonies of #73032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73032A

Black with #73032A

Text Example


Text Example

White with #73032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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