Html Css Color HEX #73051E Burgundy

📋 copy color: '#73051E'

red 115 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #73051E

Tints of Burgundy #73051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

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

R = 76.67%
G = 3.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73051E (or 0x73051E) is known color: Burgundy. HEX triplet: 73, 05 and 1E. RGB value is (115,5,30). Sum of RGB (Red+Green+Blue) = 115+5+30=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73051E is #8CFAE1. Grayscale: #282828. Windows color (decimal): -9239266 or 1967475. OLE color: 1967475.

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

Color convert

RGB 115 5 30 -
CMYK 0 0.96 0.74 0.55
HSL 346.36º 0.92% 0.24% -
HSV(B) 346.36º 0.96% 0.45% -
XYZ 7.36 3.85 1.58 -
YUV 40.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 115 5 30 0 0.96 0.74 0.55 346.36 0.92 0.24
Hex 73 5 1E 0 60 4A 37 15A 5C 18
Octal 163 5 36 0 140 112 67 532 134 30
Binary 1110011 101 11110 0 1100000 1001010 110111 101011010 1011100 11000

Color Harmonies of #73051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73051E

Black with #73051E

Text Example


Text Example

White with #73051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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