Html Css Color HEX #750720 Burgundy

📋 copy color: '#750720'

red 117 ◦ green 7 ◦ blue 32

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

Shades of Burgundy #750720

Tints of Burgundy #750720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.51%

R = 75%
G = 4.49%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#750720 (or 0x750720) is known color: Burgundy. HEX triplet: 75, 07 and 20. RGB value is (117,7,32). Sum of RGB (Red+Green+Blue) = 117+7+32=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #750720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750720 is #8AF8DF. Grayscale: #2A2A2A. Windows color (decimal): -9107680 or 2099061. OLE color: 2099061.

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

Color convert

RGB 117 7 32 -
CMYK 0 0.94 0.73 0.54
HSL 346.36º 0.89% 0.24% -
HSV(B) 346.36º 0.94% 0.46% -
XYZ 7.67 4.04 1.74 -
YUV 42.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 117 7 32 0 0.94 0.73 0.54 346.36 0.89 0.24
Hex 75 7 20 0 5E 49 36 15A 59 18
Octal 165 7 40 0 136 111 66 532 131 30
Binary 1110101 111 100000 0 1011110 1001001 110110 101011010 1011001 11000

Color Harmonies of #750720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750720

Black with #750720

Text Example


Text Example

White with #750720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750720; }

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

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

background-color css

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

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

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

border-color css

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

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

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