Html Css Color HEX #73041F Burgundy

📋 copy color: '#73041F'

red 115 ◦ green 4 ◦ blue 31

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

Shades of Burgundy #73041F

Tints of Burgundy #73041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 76.67%
G = 2.67%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#73041F (or 0x73041F) is known color: Burgundy. HEX triplet: 73, 04 and 1F. RGB value is (115,4,31). Sum of RGB (Red+Green+Blue) = 115+4+31=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73041F is #8CFBE0. Grayscale: #282828. Windows color (decimal): -9239521 or 2032755. OLE color: 2032755.

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

Color convert

RGB 115 4 31 -
CMYK 0 0.97 0.73 0.55
HSL 345.41º 0.93% 0.23% -
HSV(B) 345.41º 0.97% 0.45% -
XYZ 7.36 3.83 1.65 -
YUV 40.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 115 4 31 0 0.97 0.73 0.55 345.41 0.93 0.23
Hex 73 4 1F 0 61 49 37 159 5D 17
Octal 163 4 37 0 141 111 67 531 135 27
Binary 1110011 100 11111 0 1100001 1001001 110111 101011001 1011101 10111

Color Harmonies of #73041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73041F

Black with #73041F

Text Example


Text Example

White with #73041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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