Html Css Color HEX #730921 Burgundy

📋 copy color: '#730921'

red 115 ◦ green 9 ◦ blue 33

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

Shades of Burgundy #730921

Tints of Burgundy #730921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.02%

R = 73.25%
G = 5.73%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#730921 (or 0x730921) is known color: Burgundy. HEX triplet: 73, 09 and 21. RGB value is (115,9,33). Sum of RGB (Red+Green+Blue) = 115+9+33=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #730921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730921 is #8CF6DE. Grayscale: #2B2B2B. Windows color (decimal): -9238239 or 2165107. OLE color: 2165107.

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

Color convert

RGB 115 9 33 -
CMYK 0 0.92 0.71 0.55
HSL 346.42º 0.85% 0.24% -
HSV(B) 346.42º 0.92% 0.45% -
XYZ 7.44 3.95 1.81 -
YUV 43.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 115 9 33 0 0.92 0.71 0.55 346.42 0.85 0.24
Hex 73 9 21 0 5C 47 37 15A 55 18
Octal 163 11 41 0 134 107 67 532 125 30
Binary 1110011 1001 100001 0 1011100 1000111 110111 101011010 1010101 11000

Color Harmonies of #730921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730921

Black with #730921

Text Example


Text Example

White with #730921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730921; }

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

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

background-color css

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

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

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

border-color css

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

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

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