Html Css Color HEX #73051B Burgundy

📋 copy color: '#73051B'

red 115 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #73051B

Tints of Burgundy #73051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.37%

R = 78.23%
G = 3.4%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73051B (or 0x73051B) is known color: Burgundy. HEX triplet: 73, 05 and 1B. RGB value is (115,5,27). Sum of RGB (Red+Green+Blue) = 115+5+27=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #73051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73051B is #8CFAE4. Grayscale: #282828. Windows color (decimal): -9239269 or 1770867. OLE color: 1770867.

HSL color Cylindrical-coordinate representation of color #73051B: hue angle of 348º 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 #73051B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 27 -
CMYK 0 0.96 0.77 0.55
HSL 348º 0.92% 0.24% -
HSV(B) 348º 0.96% 0.45% -
XYZ 7.32 3.83 1.39 -
YUV 40.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 115 5 27 0 0.96 0.77 0.55 348 0.92 0.24
Hex 73 5 1B 0 60 4D 37 15C 5C 18
Octal 163 5 33 0 140 115 67 534 134 30
Binary 1110011 101 11011 0 1100000 1001101 110111 101011100 1011100 11000

Color Harmonies of #73051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73051B

Black with #73051B

Text Example


Text Example

White with #73051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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