Html Css Color HEX #73022E Burgundy

📋 copy color: '#73022E'

red 115 ◦ green 2 ◦ blue 46

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

Shades of Burgundy #73022E

Tints of Burgundy #73022E

RGB

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

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

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

R = 70.55%
G = 1.23%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#73022E (or 0x73022E) is known color: Burgundy. HEX triplet: 73, 02 and 2E. RGB value is (115,2,46). Sum of RGB (Red+Green+Blue) = 115+2+46=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73022E is #8CFDD1. Grayscale: #282828. Windows color (decimal): -9240018 or 3015283. OLE color: 3015283.

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

Color convert

RGB 115 2 46 -
CMYK 0 0.98 0.6 0.55
HSL 336.64º 0.97% 0.23% -
HSV(B) 336.64º 0.98% 0.45% -
XYZ 7.59 3.89 2.93 -
YUV 40.8 130.94 180.92 -
System Red Green Blue C M Y K H S L
Decimal 115 2 46 0 0.98 0.6 0.55 336.64 0.97 0.23
Hex 73 2 2E 0 62 3C 37 151 61 17
Octal 163 2 56 0 142 74 67 521 141 27
Binary 1110011 10 101110 0 1100010 111100 110111 101010001 1100001 10111

Color Harmonies of #73022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73022E

Black with #73022E

Text Example


Text Example

White with #73022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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