Html Css Color HEX #73022D Burgundy

📋 copy color: '#73022D'

red 115 ◦ green 2 ◦ blue 45

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

Shades of Burgundy #73022D

Tints of Burgundy #73022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 70.99%
G = 1.23%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73022D (or 0x73022D) is known color: Burgundy. HEX triplet: 73, 02 and 2D. RGB value is (115,2,45). Sum of RGB (Red+Green+Blue) = 115+2+45=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73022D is #8CFDD2. Grayscale: #282828. Windows color (decimal): -9240019 or 2949747. OLE color: 2949747.

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

Color convert

RGB 115 2 45 -
CMYK 0 0.98 0.61 0.55
HSL 337.17º 0.97% 0.23% -
HSV(B) 337.17º 0.98% 0.45% -
XYZ 7.57 3.88 2.83 -
YUV 40.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 115 2 45 0 0.98 0.61 0.55 337.17 0.97 0.23
Hex 73 2 2D 0 62 3D 37 151 61 17
Octal 163 2 55 0 142 75 67 521 141 27
Binary 1110011 10 101101 0 1100010 111101 110111 101010001 1100001 10111

Color Harmonies of #73022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73022D

Black with #73022D

Text Example


Text Example

White with #73022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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