Html Css Color HEX #73031E Burgundy

📋 copy color: '#73031E'

red 115 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #73031E

Tints of Burgundy #73031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.03%

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 77.7%
G = 2.03%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73031E (or 0x73031E) is known color: Burgundy. HEX triplet: 73, 03 and 1E. RGB value is (115,3,30). Sum of RGB (Red+Green+Blue) = 115+3+30=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #73031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73031E is #8CFCE1. Grayscale: #272727. Windows color (decimal): -9239778 or 1966963. OLE color: 1966963.

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

Color convert

RGB 115 3 30 -
CMYK 0 0.97 0.74 0.55
HSL 345.54º 0.95% 0.23% -
HSV(B) 345.54º 0.97% 0.45% -
XYZ 7.34 3.8 1.58 -
YUV 39.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 115 3 30 0 0.97 0.74 0.55 345.54 0.95 0.23
Hex 73 3 1E 0 61 4A 37 15A 5F 17
Octal 163 3 36 0 141 112 67 532 137 27
Binary 1110011 11 11110 0 1100001 1001010 110111 101011010 1011111 10111

Color Harmonies of #73031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73031E

Black with #73031E

Text Example


Text Example

White with #73031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,3,30); }

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

background-color css

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

 a { background-color: rgb(115,3,30); }

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

border-color css

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

 span { border-color: rgb(115,3,30); }

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