Html Css Color HEX #73072D Burgundy

📋 copy color: '#73072D'

red 115 ◦ green 7 ◦ blue 45

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

Shades of Burgundy #73072D

Tints of Burgundy #73072D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

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

R = 68.86%
G = 4.19%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73072D (or 0x73072D) is known color: Burgundy. HEX triplet: 73, 07 and 2D. RGB value is (115,7,45). Sum of RGB (Red+Green+Blue) = 115+7+45=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73072D is #8CF8D2. Grayscale: #2B2B2B. Windows color (decimal): -9238739 or 2951027. OLE color: 2951027.

HSL color Cylindrical-coordinate representation of color #73072D: hue angle of 338.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73072D is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 45 -
CMYK 0 0.94 0.61 0.55
HSL 338.89º 0.89% 0.24% -
HSV(B) 338.89º 0.94% 0.45% -
XYZ 7.62 3.99 2.85 -
YUV 43.62 128.78 178.91 -
System Red Green Blue C M Y K H S L
Decimal 115 7 45 0 0.94 0.61 0.55 338.89 0.89 0.24
Hex 73 7 2D 0 5E 3D 37 153 59 18
Octal 163 7 55 0 136 75 67 523 131 30
Binary 1110011 111 101101 0 1011110 111101 110111 101010011 1011001 11000

Color Harmonies of #73072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73072D

Black with #73072D

Text Example


Text Example

White with #73072D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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