Html Css Color HEX #73052F Burgundy

📋 copy color: '#73052F'

red 115 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #73052F

Tints of Burgundy #73052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 68.86%
G = 2.99%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#73052F (or 0x73052F) is known color: Burgundy. HEX triplet: 73, 05 and 2F. RGB value is (115,5,47). Sum of RGB (Red+Green+Blue) = 115+5+47=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73052F is #8CFAD0. Grayscale: #2A2A2A. Windows color (decimal): -9239249 or 3081587. OLE color: 3081587.

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

Color convert

RGB 115 5 47 -
CMYK 0 0.96 0.59 0.55
HSL 337.09º 0.92% 0.24% -
HSV(B) 337.09º 0.96% 0.45% -
XYZ 7.64 3.96 3.05 -
YUV 42.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 115 5 47 0 0.96 0.59 0.55 337.09 0.92 0.24
Hex 73 5 2F 0 60 3B 37 151 5C 18
Octal 163 5 57 0 140 73 67 521 134 30
Binary 1110011 101 101111 0 1100000 111011 110111 101010001 1011100 11000

Color Harmonies of #73052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73052F

Black with #73052F

Text Example


Text Example

White with #73052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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