Html Css Color HEX #73091E Burgundy

📋 copy color: '#73091E'

red 115 ◦ green 9 ◦ blue 30

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

Shades of Burgundy #73091E

Tints of Burgundy #73091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 74.68%
G = 5.84%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73091E (or 0x73091E) is known color: Burgundy. HEX triplet: 73, 09 and 1E. RGB value is (115,9,30). Sum of RGB (Red+Green+Blue) = 115+9+30=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #73091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73091E is #8CF6E1. Grayscale: #2B2B2B. Windows color (decimal): -9238242 or 1968499. OLE color: 1968499.

HSL color Cylindrical-coordinate representation of color #73091E: hue angle of 348.11º 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 #73091E is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 9 30 -
CMYK 0 0.92 0.74 0.55
HSL 348.11º 0.85% 0.24% -
HSV(B) 348.11º 0.92% 0.45% -
XYZ 7.4 3.93 1.6 -
YUV 43.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 115 9 30 0 0.92 0.74 0.55 348.11 0.85 0.24
Hex 73 9 1E 0 5C 4A 37 15C 55 18
Octal 163 11 36 0 134 112 67 534 125 30
Binary 1110011 1001 11110 0 1011100 1001010 110111 101011100 1010101 11000

Color Harmonies of #73091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73091E

Black with #73091E

Text Example


Text Example

White with #73091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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