Html Css Color HEX #73000C Burgundy

📋 copy color: '#73000C'

red 115 ◦ green 0 ◦ blue 12

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

Shades of Burgundy #73000C

Tints of Burgundy #73000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.55%
G = 0%
B = 9.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73000C (or 0x73000C) is known color: Burgundy. HEX triplet: 73, 00 and 0C. RGB value is (115,0,12). Sum of RGB (Red+Green+Blue) = 115+0+12=127 (16% of max value = 765). Red value is 115 (45.31% from 255 or 90.55% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 115 - color contains mainly: red. Hex color #73000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73000C is #8CFFF3. Grayscale: #232323. Windows color (decimal): -9240564 or 786547. OLE color: 786547.

HSL color Cylindrical-coordinate representation of color #73000C: hue angle of 353.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73000C is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 12 -
CMYK 0 1 0.90 0.55
HSL 353.74º 1% 0.23% -
HSV(B) 353.74º 1% 0.45% -
XYZ 7.14 3.67 0.68 -
YUV 35.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 115 0 12 0 1 0.90 0.55 353.74 1 0.23
Hex 73 0 C 0 64 5A 37 162 64 17
Octal 163 0 14 0 144 132 67 542 144 27
Binary 1110011 0 1100 0 1100100 1011010 110111 101100010 1100100 10111

Color Harmonies of #73000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73000C

Black with #73000C

Text Example


Text Example

White with #73000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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