Html Css Color HEX #73060F Burgundy

📋 copy color: '#73060F'

red 115 ◦ green 6 ◦ blue 15

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

Shades of Burgundy #73060F

Tints of Burgundy #73060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 84.56%
G = 4.41%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73060F (or 0x73060F) is known color: Burgundy. HEX triplet: 73, 06 and 0F. RGB value is (115,6,15). Sum of RGB (Red+Green+Blue) = 115+6+15=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #73060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73060F is #8CF9F0. Grayscale: #272727. Windows color (decimal): -9239025 or 984691. OLE color: 984691.

HSL color Cylindrical-coordinate representation of color #73060F: hue angle of 355.05º 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 #73060F is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 6 15 -
CMYK 0 0.95 0.87 0.55
HSL 355.05º 0.9% 0.24% -
HSV(B) 355.05º 0.95% 0.45% -
XYZ 7.22 3.81 0.81 -
YUV 39.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 115 6 15 0 0.95 0.87 0.55 355.05 0.9 0.24
Hex 73 6 F 0 5F 57 37 163 5A 18
Octal 163 6 17 0 137 127 67 543 132 30
Binary 1110011 110 1111 0 1011111 1010111 110111 101100011 1011010 11000

Color Harmonies of #73060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73060F

Black with #73060F

Text Example


Text Example

White with #73060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73060F; }

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

 H1.HeaderClassName
 {
   color: #73060F;
 }
 .AnyTagClassName
 {
   color: #73060F;
 }
</style>

background-color css

<style>
 a { background-color: #73060F; }

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

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

border-color css

<style>
 span { border-color: #73060F; }

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

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