Html Css Color HEX #73011E Burgundy

📋 copy color: '#73011E'

red 115 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #73011E

Tints of Burgundy #73011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 78.77%
G = 0.68%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73011E (or 0x73011E) is known color: Burgundy. HEX triplet: 73, 01 and 1E. RGB value is (115,1,30). Sum of RGB (Red+Green+Blue) = 115+1+30=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #73011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73011E is #8CFEE1. Grayscale: #262626. Windows color (decimal): -9240290 or 1966451. OLE color: 1966451.

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

Color convert

RGB 115 1 30 -
CMYK 0 0.99 0.74 0.55
HSL 344.74º 0.98% 0.23% -
HSV(B) 344.74º 0.99% 0.45% -
XYZ 7.32 3.76 1.57 -
YUV 38.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 115 1 30 0 0.99 0.74 0.55 344.74 0.98 0.23
Hex 73 1 1E 0 63 4A 37 159 62 17
Octal 163 1 36 0 143 112 67 531 142 27
Binary 1110011 1 11110 0 1100011 1001010 110111 101011001 1100010 10111

Color Harmonies of #73011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73011E

Black with #73011E

Text Example


Text Example

White with #73011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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