Html Css Color HEX #73010D Burgundy

📋 copy color: '#73010D'

red 115 ◦ green 1 ◦ blue 13

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

Shades of Burgundy #73010D

Tints of Burgundy #73010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 13 (5.47% from 255) = 10.08%

R = 89.15%
G = 0.78%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73010D (or 0x73010D) is known color: Burgundy. HEX triplet: 73, 01 and 0D. RGB value is (115,1,13). Sum of RGB (Red+Green+Blue) = 115+1+13=129 (17% of max value = 765). Red value is 115 (45.31% from 255 or 89.15% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 115 - color contains mainly: red. Hex color #73010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73010D is #8CFEF2. Grayscale: #242424. Windows color (decimal): -9240307 or 852339. OLE color: 852339.

HSL color Cylindrical-coordinate representation of color #73010D: hue angle of 353.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73010D is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 1 13 -
CMYK 0 0.99 0.89 0.55
HSL 353.68º 0.98% 0.23% -
HSV(B) 353.68º 0.99% 0.45% -
XYZ 7.15 3.7 0.72 -
YUV 36.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 115 1 13 0 0.99 0.89 0.55 353.68 0.98 0.23
Hex 73 1 D 0 63 59 37 162 62 17
Octal 163 1 15 0 143 131 67 542 142 27
Binary 1110011 1 1101 0 1100011 1011001 110111 101100010 1100010 10111

Color Harmonies of #73010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73010D

Black with #73010D

Text Example


Text Example

White with #73010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,1,13); }

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

background-color css

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

 a { background-color: rgb(115,1,13); }

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

border-color css

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

 span { border-color: rgb(115,1,13); }

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