Html Css Color HEX #730D0E Burgundy

📋 copy color: '#730D0E'

red 115 ◦ green 13 ◦ blue 14

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

Shades of Burgundy #730D0E

Tints of Burgundy #730D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.15%

 BLUE value IS 14 (5.86% from 255) = 9.86%

R = 80.99%
G = 9.15%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#730D0E (or 0x730D0E) is known color: Burgundy. HEX triplet: 73, 0D and 0E. RGB value is (115,13,14). Sum of RGB (Red+Green+Blue) = 115+13+14=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #730D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730D0E is #8CF2F1. Grayscale: #2B2B2B. Windows color (decimal): -9237234 or 920947. OLE color: 920947.

HSL color Cylindrical-coordinate representation of color #730D0E: hue angle of 359.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D0E is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 13 14 -
CMYK 0 0.89 0.88 0.55
HSL 359.41º 0.8% 0.25% -
HSV(B) 359.41º 0.89% 0.45% -
XYZ 7.29 3.96 0.8 -
YUV 43.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 115 13 14 0 0.89 0.88 0.55 359.41 0.8 0.25
Hex 73 D E 0 59 58 37 167 50 19
Octal 163 15 16 0 131 130 67 547 120 31
Binary 1110011 1101 1110 0 1011001 1011000 110111 101100111 1010000 11001

Color Harmonies of #730D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730D0E

Black with #730D0E

Text Example


Text Example

White with #730D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730D0E; }

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

 H1.HeaderClassName
 {
   color: #730D0E;
 }
 .AnyTagClassName
 {
   color: #730D0E;
 }
</style>

background-color css

<style>
 a { background-color: #730D0E; }

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

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

border-color css

<style>
 span { border-color: #730D0E; }

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

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