Html Css Color HEX #73052B Burgundy

📋 copy color: '#73052B'

red 115 ◦ green 5 ◦ blue 43

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

Shades of Burgundy #73052B

Tints of Burgundy #73052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.38%

R = 70.55%
G = 3.07%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73052B (or 0x73052B) is known color: Burgundy. HEX triplet: 73, 05 and 2B. RGB value is (115,5,43). Sum of RGB (Red+Green+Blue) = 115+5+43=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73052B is #8CFAD4. Grayscale: #2A2A2A. Windows color (decimal): -9239253 or 2819443. OLE color: 2819443.

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

Color convert

RGB 115 5 43 -
CMYK 0 0.96 0.63 0.55
HSL 339.27º 0.92% 0.24% -
HSV(B) 339.27º 0.96% 0.45% -
XYZ 7.56 3.93 2.65 -
YUV 42.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 115 5 43 0 0.96 0.63 0.55 339.27 0.92 0.24
Hex 73 5 2B 0 60 3F 37 153 5C 18
Octal 163 5 53 0 140 77 67 523 134 30
Binary 1110011 101 101011 0 1100000 111111 110111 101010011 1011100 11000

Color Harmonies of #73052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73052B

Black with #73052B

Text Example


Text Example

White with #73052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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