Html Css Color HEX #73091A Burgundy

📋 copy color: '#73091A'

red 115 ◦ green 9 ◦ blue 26

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

Shades of Burgundy #73091A

Tints of Burgundy #73091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 76.67%
G = 6%
B = 17.33%

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

#73091A (or 0x73091A) is known color: Burgundy. HEX triplet: 73, 09 and 1A. RGB value is (115,9,26). Sum of RGB (Red+Green+Blue) = 115+9+26=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73091A is #8CF6E5. Grayscale: #2A2A2A. Windows color (decimal): -9238246 or 1706355. OLE color: 1706355.

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

Color convert

RGB 115 9 26 -
CMYK 0 0.92 0.77 0.55
HSL 350.38º 0.85% 0.24% -
HSV(B) 350.38º 0.92% 0.45% -
XYZ 7.35 3.91 1.35 -
YUV 42.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 115 9 26 0 0.92 0.77 0.55 350.38 0.85 0.24
Hex 73 9 1A 0 5C 4D 37 15E 55 18
Octal 163 11 32 0 134 115 67 536 125 30
Binary 1110011 1001 11010 0 1011100 1001101 110111 101011110 1010101 11000

Color Harmonies of #73091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73091A

Black with #73091A

Text Example


Text Example

White with #73091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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