Html Css Color HEX #73052D Burgundy

📋 copy color: '#73052D'

red 115 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #73052D

Tints of Burgundy #73052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.27%

R = 69.7%
G = 3.03%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73052D (or 0x73052D) is known color: Burgundy. HEX triplet: 73, 05 and 2D. RGB value is (115,5,45). Sum of RGB (Red+Green+Blue) = 115+5+45=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #73052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73052D is #8CFAD2. Grayscale: #2A2A2A. Windows color (decimal): -9239251 or 2950515. OLE color: 2950515.

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

Color convert

RGB 115 5 45 -
CMYK 0 0.96 0.61 0.55
HSL 338.18º 0.92% 0.24% -
HSV(B) 338.18º 0.96% 0.45% -
XYZ 7.6 3.94 2.84 -
YUV 42.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 115 5 45 0 0.96 0.61 0.55 338.18 0.92 0.24
Hex 73 5 2D 0 60 3D 37 152 5C 18
Octal 163 5 55 0 140 75 67 522 134 30
Binary 1110011 101 101101 0 1100000 111101 110111 101010010 1011100 11000

Color Harmonies of #73052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73052D

Black with #73052D

Text Example


Text Example

White with #73052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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