Html Css Color HEX #730B11 Burgundy

📋 copy color: '#730B11'

red 115 ◦ green 11 ◦ blue 17

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

Shades of Burgundy #730B11

Tints of Burgundy #730B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.69%

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 80.42%
G = 7.69%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#730B11 (or 0x730B11) is known color: Burgundy. HEX triplet: 73, 0B and 11. RGB value is (115,11,17). Sum of RGB (Red+Green+Blue) = 115+11+17=143 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.42% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 115 - color contains mainly: red. Hex color #730B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730B11 is #8CF4EE. Grayscale: #2A2A2A. Windows color (decimal): -9237743 or 1117043. OLE color: 1117043.

HSL color Cylindrical-coordinate representation of color #730B11: hue angle of 356.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B11 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 11 17 -
CMYK 0 0.90 0.85 0.55
HSL 356.54º 0.83% 0.25% -
HSV(B) 356.54º 0.9% 0.45% -
XYZ 7.29 3.92 0.9 -
YUV 42.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 115 11 17 0 0.90 0.85 0.55 356.54 0.83 0.25
Hex 73 B 11 0 5A 55 37 165 53 19
Octal 163 13 21 0 132 125 67 545 123 31
Binary 1110011 1011 10001 0 1011010 1010101 110111 101100101 1010011 11001

Color Harmonies of #730B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B11

Black with #730B11

Text Example


Text Example

White with #730B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,17); }

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

background-color css

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

 a { background-color: rgb(115,11,17); }

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

border-color css

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

 span { border-color: rgb(115,11,17); }

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