Html Css Color HEX #730120 Burgundy

📋 copy color: '#730120'

red 115 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #730120

Tints of Burgundy #730120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 77.7%
G = 0.68%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#730120 (or 0x730120) is known color: Burgundy. HEX triplet: 73, 01 and 20. RGB value is (115,1,32). Sum of RGB (Red+Green+Blue) = 115+1+32=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #730120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730120 is #8CFEDF. Grayscale: #262626. Windows color (decimal): -9240288 or 2097523. OLE color: 2097523.

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

Color convert

RGB 115 1 32 -
CMYK 0 0.99 0.72 0.55
HSL 343.68º 0.98% 0.23% -
HSV(B) 343.68º 0.99% 0.45% -
XYZ 7.34 3.77 1.71 -
YUV 38.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 115 1 32 0 0.99 0.72 0.55 343.68 0.98 0.23
Hex 73 1 20 0 63 48 37 158 62 17
Octal 163 1 40 0 143 110 67 530 142 27
Binary 1110011 1 100000 0 1100011 1001000 110111 101011000 1100010 10111

Color Harmonies of #730120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730120

Black with #730120

Text Example


Text Example

White with #730120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730120; }

 p { color: rgb(115,1,32); }

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

background-color css

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

 a { background-color: rgb(115,1,32); }

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

border-color css

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

 span { border-color: rgb(115,1,32); }

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