Html Css Color HEX #73091B Burgundy

📋 copy color: '#73091B'

red 115 ◦ green 9 ◦ blue 27

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

Shades of Burgundy #73091B

Tints of Burgundy #73091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.96%

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

R = 76.16%
G = 5.96%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73091B (or 0x73091B) is known color: Burgundy. HEX triplet: 73, 09 and 1B. RGB value is (115,9,27). Sum of RGB (Red+Green+Blue) = 115+9+27=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #73091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73091B is #8CF6E4. Grayscale: #2A2A2A. Windows color (decimal): -9238245 or 1771891. OLE color: 1771891.

HSL color Cylindrical-coordinate representation of color #73091B: hue angle of 349.81º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73091B is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 27 -
CMYK 0 0.92 0.77 0.55
HSL 349.81º 0.85% 0.24% -
HSV(B) 349.81º 0.92% 0.45% -
XYZ 7.37 3.92 1.41 -
YUV 42.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 115 9 27 0 0.92 0.77 0.55 349.81 0.85 0.24
Hex 73 9 1B 0 5C 4D 37 15E 55 18
Octal 163 11 33 0 134 115 67 536 125 30
Binary 1110011 1001 11011 0 1011100 1001101 110111 101011110 1010101 11000

Color Harmonies of #73091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73091B

Black with #73091B

Text Example


Text Example

White with #73091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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