Html Css Color HEX #73042B Burgundy

📋 copy color: '#73042B'

red 115 ◦ green 4 ◦ blue 43

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

Shades of Burgundy #73042B

Tints of Burgundy #73042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.54%

R = 70.99%
G = 2.47%
B = 26.54%

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

#73042B (or 0x73042B) is known color: Burgundy. HEX triplet: 73, 04 and 2B. RGB value is (115,4,43). Sum of RGB (Red+Green+Blue) = 115+4+43=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73042B is #8CFBD4. Grayscale: #292929. Windows color (decimal): -9239509 or 2819187. OLE color: 2819187.

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

Color convert

RGB 115 4 43 -
CMYK 0 0.97 0.63 0.55
HSL 338.92º 0.93% 0.23% -
HSV(B) 338.92º 0.97% 0.45% -
XYZ 7.55 3.91 2.64 -
YUV 41.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 115 4 43 0 0.97 0.63 0.55 338.92 0.93 0.23
Hex 73 4 2B 0 61 3F 37 153 5D 17
Octal 163 4 53 0 141 77 67 523 135 27
Binary 1110011 100 101011 0 1100001 111111 110111 101010011 1011101 10111

Color Harmonies of #73042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73042B

Black with #73042B

Text Example


Text Example

White with #73042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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