Html Css Color HEX #73000A Burgundy

📋 copy color: '#73000A'

red 115 ◦ green 0 ◦ blue 10

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

Shades of Burgundy #73000A

Tints of Burgundy #73000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8%

R = 92%
G = 0%
B = 8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73000A (or 0x73000A) is known color: Burgundy. HEX triplet: 73, 00 and 0A. RGB value is (115,0,10). Sum of RGB (Red+Green+Blue) = 115+0+10=125 (16% of max value = 765). Red value is 115 (45.31% from 255 or 92% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 115 - color contains mainly: red. Hex color #73000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73000A is #8CFFF5. Grayscale: #232323. Windows color (decimal): -9240566 or 655475. OLE color: 655475.

HSL color Cylindrical-coordinate representation of color #73000A: hue angle of 354.78º 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 #73000A is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 10 -
CMYK 0 1 0.91 0.55
HSL 354.78º 1% 0.23% -
HSV(B) 354.78º 1% 0.45% -
XYZ 7.13 3.67 0.62 -
YUV 35.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 115 0 10 0 1 0.91 0.55 354.78 1 0.23
Hex 73 0 A 0 64 5B 37 163 64 17
Octal 163 0 12 0 144 133 67 543 144 27
Binary 1110011 0 1010 0 1100100 1011011 110111 101100011 1100100 10111

Color Harmonies of #73000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73000A

Black with #73000A

Text Example


Text Example

White with #73000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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