Html Css Color HEX #73090F Burgundy

📋 copy color: '#73090F'

red 115 ◦ green 9 ◦ blue 15

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

Shades of Burgundy #73090F

Tints of Burgundy #73090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 82.73%
G = 6.47%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73090F (or 0x73090F) is known color: Burgundy. HEX triplet: 73, 09 and 0F. RGB value is (115,9,15). Sum of RGB (Red+Green+Blue) = 115+9+15=139 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.73% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 115 - color contains mainly: red. Hex color #73090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73090F is #8CF6F0. Grayscale: #292929. Windows color (decimal): -9238257 or 985459. OLE color: 985459.

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

Color convert

RGB 115 9 15 -
CMYK 0 0.92 0.87 0.55
HSL 356.6º 0.85% 0.24% -
HSV(B) 356.6º 0.92% 0.45% -
XYZ 7.25 3.87 0.82 -
YUV 41.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 115 9 15 0 0.92 0.87 0.55 356.6 0.85 0.24
Hex 73 9 F 0 5C 57 37 165 55 18
Octal 163 11 17 0 134 127 67 545 125 30
Binary 1110011 1001 1111 0 1011100 1010111 110111 101100101 1010101 11000

Color Harmonies of #73090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73090F

Black with #73090F

Text Example


Text Example

White with #73090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73090F; }

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

 H1.HeaderClassName
 {
   color: #73090F;
 }
 .AnyTagClassName
 {
   color: #73090F;
 }
</style>

background-color css

<style>
 a { background-color: #73090F; }

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

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

border-color css

<style>
 span { border-color: #73090F; }

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

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