Html Css Color HEX #73081C Burgundy

📋 copy color: '#73081C'

red 115 ◦ green 8 ◦ blue 28

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

Shades of Burgundy #73081C

Tints of Burgundy #73081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

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

R = 76.16%
G = 5.3%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#73081C (or 0x73081C) is known color: Burgundy. HEX triplet: 73, 08 and 1C. RGB value is (115,8,28). Sum of RGB (Red+Green+Blue) = 115+8+28=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #73081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73081C is #8CF7E3. Grayscale: #2A2A2A. Windows color (decimal): -9238500 or 1837171. OLE color: 1837171.

HSL color Cylindrical-coordinate representation of color #73081C: hue angle of 348.79º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73081C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 8 28 -
CMYK 0 0.93 0.76 0.55
HSL 348.79º 0.87% 0.24% -
HSV(B) 348.79º 0.93% 0.45% -
XYZ 7.37 3.9 1.46 -
YUV 42.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 115 8 28 0 0.93 0.76 0.55 348.79 0.87 0.24
Hex 73 8 1C 0 5D 4C 37 15D 57 18
Octal 163 10 34 0 135 114 67 535 127 30
Binary 1110011 1000 11100 0 1011101 1001100 110111 101011101 1010111 11000

Color Harmonies of #73081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73081C

Black with #73081C

Text Example


Text Example

White with #73081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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