Html Css Color HEX #73041B Burgundy

📋 copy color: '#73041B'

red 115 ◦ green 4 ◦ blue 27

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

Shades of Burgundy #73041B

Tints of Burgundy #73041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 78.77%
G = 2.74%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73041B (or 0x73041B) is known color: Burgundy. HEX triplet: 73, 04 and 1B. RGB value is (115,4,27). Sum of RGB (Red+Green+Blue) = 115+4+27=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #73041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73041B is #8CFBE4. Grayscale: #272727. Windows color (decimal): -9239525 or 1770611. OLE color: 1770611.

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

Color convert

RGB 115 4 27 -
CMYK 0 0.97 0.77 0.55
HSL 347.57º 0.93% 0.23% -
HSV(B) 347.57º 0.97% 0.45% -
XYZ 7.31 3.81 1.39 -
YUV 39.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 115 4 27 0 0.97 0.77 0.55 347.57 0.93 0.23
Hex 73 4 1B 0 61 4D 37 15C 5D 17
Octal 163 4 33 0 141 115 67 534 135 27
Binary 1110011 100 11011 0 1100001 1001101 110111 101011100 1011101 10111

Color Harmonies of #73041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73041B

Black with #73041B

Text Example


Text Example

White with #73041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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