Html Css Color HEX #730009 Burgundy

📋 copy color: '#730009'

red 115 ◦ green 0 ◦ blue 9

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

Shades of Burgundy #730009

Tints of Burgundy #730009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 92.74%
G = 0%
B = 7.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#730009 (or 0x730009) is known color: Burgundy. HEX triplet: 73, 00 and 09. RGB value is (115,0,9). Sum of RGB (Red+Green+Blue) = 115+0+9=124 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92.74% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 115 - color contains mainly: red. Hex color #730009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730009 is #8CFFF6. Grayscale: #232323. Windows color (decimal): -9240567 or 589939. OLE color: 589939.

HSL color Cylindrical-coordinate representation of color #730009: hue angle of 355.3º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #730009 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 9 -
CMYK 0 1 0.92 0.55
HSL 355.3º 1% 0.23% -
HSV(B) 355.3º 1% 0.45% -
XYZ 7.12 3.66 0.59 -
YUV 35.41 113.1 184.77 -
System Red Green Blue C M Y K H S L
Decimal 115 0 9 0 1 0.92 0.55 355.3 1 0.23
Hex 73 0 9 0 64 5C 37 163 64 17
Octal 163 0 11 0 144 134 67 543 144 27
Binary 1110011 0 1001 0 1100100 1011100 110111 101100011 1100100 10111

Color Harmonies of #730009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730009

Black with #730009

Text Example


Text Example

White with #730009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730009; }

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

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

background-color css

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

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

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

border-color css

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

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

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