Html Css Color HEX #73090D Burgundy

📋 copy color: '#73090D'

red 115 ◦ green 9 ◦ blue 13

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

Shades of Burgundy #73090D

Tints of Burgundy #73090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.49%

R = 83.94%
G = 6.57%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73090D (or 0x73090D) is known color: Burgundy. HEX triplet: 73, 09 and 0D. RGB value is (115,9,13). Sum of RGB (Red+Green+Blue) = 115+9+13=137 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.94% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 115 - color contains mainly: red. Hex color #73090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73090D is #8CF6F2. Grayscale: #292929. Windows color (decimal): -9238259 or 854387. OLE color: 854387.

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

Color convert

RGB 115 9 13 -
CMYK 0 0.92 0.89 0.55
HSL 357.74º 0.85% 0.24% -
HSV(B) 357.74º 0.92% 0.45% -
XYZ 7.24 3.87 0.75 -
YUV 41.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 115 9 13 0 0.92 0.89 0.55 357.74 0.85 0.24
Hex 73 9 D 0 5C 59 37 166 55 18
Octal 163 11 15 0 134 131 67 546 125 30
Binary 1110011 1001 1101 0 1011100 1011001 110111 101100110 1010101 11000

Color Harmonies of #73090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73090D

Black with #73090D

Text Example


Text Example

White with #73090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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