Html Css Color HEX #73050C Burgundy

📋 copy color: '#73050C'

red 115 ◦ green 5 ◦ blue 12

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

Shades of Burgundy #73050C

Tints of Burgundy #73050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 87.12%
G = 3.79%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73050C (or 0x73050C) is known color: Burgundy. HEX triplet: 73, 05 and 0C. RGB value is (115,5,12). Sum of RGB (Red+Green+Blue) = 115+5+12=132 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.12% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 115 - color contains mainly: red. Hex color #73050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73050C is #8CFAF3. Grayscale: #262626. Windows color (decimal): -9239284 or 787827. OLE color: 787827.

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

Color convert

RGB 115 5 12 -
CMYK 0 0.96 0.90 0.55
HSL 356.18º 0.92% 0.24% -
HSV(B) 356.18º 0.96% 0.45% -
XYZ 7.19 3.78 0.7 -
YUV 38.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 115 5 12 0 0.96 0.90 0.55 356.18 0.92 0.24
Hex 73 5 C 0 60 5A 37 164 5C 18
Octal 163 5 14 0 140 132 67 544 134 30
Binary 1110011 101 1100 0 1100000 1011010 110111 101100100 1011100 11000

Color Harmonies of #73050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73050C

Black with #73050C

Text Example


Text Example

White with #73050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73050C; }

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

 H1.HeaderClassName
 {
   color: #73050C;
 }
 .AnyTagClassName
 {
   color: #73050C;
 }
</style>

background-color css

<style>
 a { background-color: #73050C; }

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

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

border-color css

<style>
 span { border-color: #73050C; }

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

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