Html Css Color HEX #73052E Burgundy

📋 copy color: '#73052E'

red 115 ◦ green 5 ◦ blue 46

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

Shades of Burgundy #73052E

Tints of Burgundy #73052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 69.28%
G = 3.01%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#73052E (or 0x73052E) is known color: Burgundy. HEX triplet: 73, 05 and 2E. RGB value is (115,5,46). Sum of RGB (Red+Green+Blue) = 115+5+46=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #73052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73052E is #8CFAD1. Grayscale: #2A2A2A. Windows color (decimal): -9239250 or 3016051. OLE color: 3016051.

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

Color convert

RGB 115 5 46 -
CMYK 0 0.96 0.6 0.55
HSL 337.64º 0.92% 0.24% -
HSV(B) 337.64º 0.96% 0.45% -
XYZ 7.62 3.95 2.95 -
YUV 42.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 115 5 46 0 0.96 0.6 0.55 337.64 0.92 0.24
Hex 73 5 2E 0 60 3C 37 152 5C 18
Octal 163 5 56 0 140 74 67 522 134 30
Binary 1110011 101 101110 0 1100000 111100 110111 101010010 1011100 11000

Color Harmonies of #73052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73052E

Black with #73052E

Text Example


Text Example

White with #73052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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