Html Css Color HEX #730522 Burgundy

📋 copy color: '#730522'

red 115 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #730522

Tints of Burgundy #730522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

 BLUE value IS 34 (13.67% from 255) = 22.08%

R = 74.68%
G = 3.25%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#730522 (or 0x730522) is known color: Burgundy. HEX triplet: 73, 05 and 22. RGB value is (115,5,34). Sum of RGB (Red+Green+Blue) = 115+5+34=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #730522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730522 is #8CFADD. Grayscale: #292929. Windows color (decimal): -9239262 or 2229619. OLE color: 2229619.

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

Color convert

RGB 115 5 34 -
CMYK 0 0.96 0.70 0.55
HSL 344.18º 0.92% 0.24% -
HSV(B) 344.18º 0.96% 0.45% -
XYZ 7.41 3.87 1.87 -
YUV 41.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 115 5 34 0 0.96 0.70 0.55 344.18 0.92 0.24
Hex 73 5 22 0 60 46 37 158 5C 18
Octal 163 5 42 0 140 106 67 530 134 30
Binary 1110011 101 100010 0 1100000 1000110 110111 101011000 1011100 11000

Color Harmonies of #730522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730522

Black with #730522

Text Example


Text Example

White with #730522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730522; }

 p { color: rgb(115,5,34); }

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

background-color css

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

 a { background-color: rgb(115,5,34); }

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

border-color css

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

 span { border-color: rgb(115,5,34); }

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