Html Css Color HEX #73061D Burgundy

📋 copy color: '#73061D'

red 115 ◦ green 6 ◦ blue 29

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

Shades of Burgundy #73061D

Tints of Burgundy #73061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 76.67%
G = 4%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73061D (or 0x73061D) is known color: Burgundy. HEX triplet: 73, 06 and 1D. RGB value is (115,6,29). Sum of RGB (Red+Green+Blue) = 115+6+29=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73061D is #8CF9E2. Grayscale: #292929. Windows color (decimal): -9239011 or 1902195. OLE color: 1902195.

HSL color Cylindrical-coordinate representation of color #73061D: hue angle of 347.34º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73061D is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 6 29 -
CMYK 0 0.95 0.75 0.55
HSL 347.34º 0.9% 0.24% -
HSV(B) 347.34º 0.95% 0.45% -
XYZ 7.36 3.86 1.52 -
YUV 41.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 115 6 29 0 0.95 0.75 0.55 347.34 0.9 0.24
Hex 73 6 1D 0 5F 4B 37 15B 5A 18
Octal 163 6 35 0 137 113 67 533 132 30
Binary 1110011 110 11101 0 1011111 1001011 110111 101011011 1011010 11000

Color Harmonies of #73061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73061D

Black with #73061D

Text Example


Text Example

White with #73061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73061D; }

 p { color: rgb(115,6,29); }

 H1.HeaderClassName
 {
   color: #73061D;
 }
 .AnyTagClassName
 {
   color: #73061D;
 }
</style>

background-color css

<style>
 a { background-color: #73061D; }

 a { background-color: rgb(115,6,29); }

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

border-color css

<style>
 span { border-color: #73061D; }

 span { border-color: rgb(115,6,29); }

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