Html Css Color HEX #73021C Burgundy

📋 copy color: '#73021C'

red 115 ◦ green 2 ◦ blue 28

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

Shades of Burgundy #73021C

Tints of Burgundy #73021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 79.31%
G = 1.38%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#73021C (or 0x73021C) is known color: Burgundy. HEX triplet: 73, 02 and 1C. RGB value is (115,2,28). Sum of RGB (Red+Green+Blue) = 115+2+28=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #73021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73021C is #8CFDE3. Grayscale: #262626. Windows color (decimal): -9240036 or 1835635. OLE color: 1835635.

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

Color convert

RGB 115 2 28 -
CMYK 0 0.98 0.76 0.55
HSL 346.19º 0.97% 0.23% -
HSV(B) 346.19º 0.98% 0.45% -
XYZ 7.3 3.77 1.44 -
YUV 38.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 115 2 28 0 0.98 0.76 0.55 346.19 0.97 0.23
Hex 73 2 1C 0 62 4C 37 15A 61 17
Octal 163 2 34 0 142 114 67 532 141 27
Binary 1110011 10 11100 0 1100010 1001100 110111 101011010 1100001 10111

Color Harmonies of #73021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73021C

Black with #73021C

Text Example


Text Example

White with #73021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73021C; }

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

 H1.HeaderClassName
 {
   color: #73021C;
 }
 .AnyTagClassName
 {
   color: #73021C;
 }
</style>

background-color css

<style>
 a { background-color: #73021C; }

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

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

border-color css

<style>
 span { border-color: #73021C; }

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

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