Html Css Color HEX #73092B Burgundy

📋 copy color: '#73092B'

red 115 ◦ green 9 ◦ blue 43

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

Shades of Burgundy #73092B

Tints of Burgundy #73092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 68.86%
G = 5.39%
B = 25.75%

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

#73092B (or 0x73092B) is known color: Burgundy. HEX triplet: 73, 09 and 2B. RGB value is (115,9,43). Sum of RGB (Red+Green+Blue) = 115+9+43=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73092B is #8CF6D4. Grayscale: #2C2C2C. Windows color (decimal): -9238229 or 2820467. OLE color: 2820467.

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

Color convert

RGB 115 9 43 -
CMYK 0 0.92 0.63 0.55
HSL 340.75º 0.85% 0.24% -
HSV(B) 340.75º 0.92% 0.45% -
XYZ 7.6 4.01 2.66 -
YUV 44.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 115 9 43 0 0.92 0.63 0.55 340.75 0.85 0.24
Hex 73 9 2B 0 5C 3F 37 155 55 18
Octal 163 11 53 0 134 77 67 525 125 30
Binary 1110011 1001 101011 0 1011100 111111 110111 101010101 1010101 11000

Color Harmonies of #73092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73092B

Black with #73092B

Text Example


Text Example

White with #73092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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