Html Css Color HEX #730121 Burgundy

📋 copy color: '#730121'

red 115 ◦ green 1 ◦ blue 33

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

Shades of Burgundy #730121

Tints of Burgundy #730121

RGB

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

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

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

R = 77.18%
G = 0.67%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#730121 (or 0x730121) is known color: Burgundy. HEX triplet: 73, 01 and 21. RGB value is (115,1,33). Sum of RGB (Red+Green+Blue) = 115+1+33=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #730121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730121 is #8CFEDE. Grayscale: #262626. Windows color (decimal): -9240287 or 2163059. OLE color: 2163059.

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

Color convert

RGB 115 1 33 -
CMYK 0 0.99 0.71 0.55
HSL 343.16º 0.98% 0.23% -
HSV(B) 343.16º 0.99% 0.45% -
XYZ 7.36 3.78 1.78 -
YUV 38.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 115 1 33 0 0.99 0.71 0.55 343.16 0.98 0.23
Hex 73 1 21 0 63 47 37 157 62 17
Octal 163 1 41 0 143 107 67 527 142 27
Binary 1110011 1 100001 0 1100011 1000111 110111 101010111 1100010 10111

Color Harmonies of #730121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730121

Black with #730121

Text Example


Text Example

White with #730121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730121; }

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

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

background-color css

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

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

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

border-color css

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

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

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