Html Css Color HEX #750511 Burgundy

📋 copy color: '#750511'

red 117 ◦ green 5 ◦ blue 17

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

Shades of Burgundy #750511

Tints of Burgundy #750511

RGB

 RED value IS 117 (46.09% from 255) = 84.17%

 GREEN value IS 5 (2.34% from 255) = 3.6%

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

R = 84.17%
G = 3.6%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#750511 (or 0x750511) is known color: Burgundy. HEX triplet: 75, 05 and 11. RGB value is (117,5,17). Sum of RGB (Red+Green+Blue) = 117+5+17=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #750511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750511 is #8AFAEE. Grayscale: #272727. Windows color (decimal): -9108207 or 1115509. OLE color: 1115509.

HSL color Cylindrical-coordinate representation of color #750511: hue angle of 353.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750511 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 17 -
CMYK 0 0.96 0.85 0.54
HSL 353.57º 0.92% 0.24% -
HSV(B) 353.57º 0.96% 0.46% -
XYZ 7.49 3.93 0.89 -
YUV 39.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 117 5 17 0 0.96 0.85 0.54 353.57 0.92 0.24
Hex 75 5 11 0 60 55 36 162 5C 18
Octal 165 5 21 0 140 125 66 542 134 30
Binary 1110101 101 10001 0 1100000 1010101 110110 101100010 1011100 11000

Color Harmonies of #750511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750511

Black with #750511

Text Example


Text Example

White with #750511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750511; }

 p { color: rgb(117,5,17); }

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

background-color css

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

 a { background-color: rgb(117,5,17); }

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

border-color css

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

 span { border-color: rgb(117,5,17); }

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