Html Css Color HEX #730523 Burgundy

📋 copy color: '#730523'

red 115 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #730523

Tints of Burgundy #730523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 74.19%
G = 3.23%
B = 22.58%

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

#730523 (or 0x730523) is known color: Burgundy. HEX triplet: 73, 05 and 23. RGB value is (115,5,35). Sum of RGB (Red+Green+Blue) = 115+5+35=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #730523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730523 is #8CFADC. Grayscale: #292929. Windows color (decimal): -9239261 or 2295155. OLE color: 2295155.

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

Color convert

RGB 115 5 35 -
CMYK 0 0.96 0.70 0.55
HSL 343.64º 0.92% 0.24% -
HSV(B) 343.64º 0.96% 0.45% -
XYZ 7.43 3.87 1.95 -
YUV 41.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 115 5 35 0 0.96 0.70 0.55 343.64 0.92 0.24
Hex 73 5 23 0 60 46 37 158 5C 18
Octal 163 5 43 0 140 106 67 530 134 30
Binary 1110011 101 100011 0 1100000 1000110 110111 101011000 1011100 11000

Color Harmonies of #730523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730523

Black with #730523

Text Example


Text Example

White with #730523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730523; }

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

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

background-color css

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

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

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

border-color css

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

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

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