Html Css Color HEX #750711 Burgundy

📋 copy color: '#750711'

red 117 ◦ green 7 ◦ blue 17

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

Shades of Burgundy #750711

Tints of Burgundy #750711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

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

R = 82.98%
G = 4.96%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#750711 (or 0x750711) is known color: Burgundy. HEX triplet: 75, 07 and 11. RGB value is (117,7,17). Sum of RGB (Red+Green+Blue) = 117+7+17=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750711 is #8AF8EE. Grayscale: #292929. Windows color (decimal): -9107695 or 1116021. OLE color: 1116021.

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

Color convert

RGB 117 7 17 -
CMYK 0 0.94 0.85 0.54
HSL 354.55º 0.89% 0.24% -
HSV(B) 354.55º 0.94% 0.46% -
XYZ 7.51 3.97 0.9 -
YUV 41.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 117 7 17 0 0.94 0.85 0.54 354.55 0.89 0.24
Hex 75 7 11 0 5E 55 36 163 59 18
Octal 165 7 21 0 136 125 66 543 131 30
Binary 1110101 111 10001 0 1011110 1010101 110110 101100011 1011001 11000

Color Harmonies of #750711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750711

Black with #750711

Text Example


Text Example

White with #750711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750711; }

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

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

background-color css

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

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

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

border-color css

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

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

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