Html Css Color HEX #73092A Burgundy

📋 copy color: '#73092A'

red 115 ◦ green 9 ◦ blue 42

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

Shades of Burgundy #73092A

Tints of Burgundy #73092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 69.28%
G = 5.42%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73092A (or 0x73092A) is known color: Burgundy. HEX triplet: 73, 09 and 2A. RGB value is (115,9,42). Sum of RGB (Red+Green+Blue) = 115+9+42=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #73092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73092A is #8CF6D5. Grayscale: #2C2C2C. Windows color (decimal): -9238230 or 2754931. OLE color: 2754931.

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

Color convert

RGB 115 9 42 -
CMYK 0 0.92 0.63 0.55
HSL 341.32º 0.85% 0.24% -
HSV(B) 341.32º 0.92% 0.45% -
XYZ 7.59 4.01 2.56 -
YUV 44.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 115 9 42 0 0.92 0.63 0.55 341.32 0.85 0.24
Hex 73 9 2A 0 5C 3F 37 155 55 18
Octal 163 11 52 0 134 77 67 525 125 30
Binary 1110011 1001 101010 0 1011100 111111 110111 101010101 1010101 11000

Color Harmonies of #73092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73092A

Black with #73092A

Text Example


Text Example

White with #73092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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