Html Css Color HEX #750716 Burgundy

📋 copy color: '#750716'

red 117 ◦ green 7 ◦ blue 22

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

Shades of Burgundy #750716

Tints of Burgundy #750716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.07%

R = 80.14%
G = 4.79%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#750716 (or 0x750716) is known color: Burgundy. HEX triplet: 75, 07 and 16. RGB value is (117,7,22). Sum of RGB (Red+Green+Blue) = 117+7+22=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #750716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750716 is #8AF8E9. Grayscale: #292929. Windows color (decimal): -9107690 or 1443701. OLE color: 1443701.

HSL color Cylindrical-coordinate representation of color #750716: hue angle of 351.82º 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 #750716 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 22 -
CMYK 0 0.94 0.81 0.54
HSL 351.82º 0.89% 0.24% -
HSV(B) 351.82º 0.94% 0.46% -
XYZ 7.56 3.99 1.13 -
YUV 41.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 117 7 22 0 0.94 0.81 0.54 351.82 0.89 0.24
Hex 75 7 16 0 5E 51 36 160 59 18
Octal 165 7 26 0 136 121 66 540 131 30
Binary 1110101 111 10110 0 1011110 1010001 110110 101100000 1011001 11000

Color Harmonies of #750716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750716

Black with #750716

Text Example


Text Example

White with #750716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750716; }

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

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

background-color css

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

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

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

border-color css

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

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

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