#750918

Color #750918 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #750918

Tints of Burgundy #750918

Color information

#750918 (or 0x750918) is unknown color: approx Burgundy. HEX triplet: 75, 09 and 18. RGB value is (117,9,24). Sum of RGB (Red+Green+Blue) = 117+9+24=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #750918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750918 is #8AF6E7. Grayscale: #2B2B2B. Windows color (decimal): -9107176 or 1575285. OLE color: 1575285.

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

Color convert

RGB117924-
CMYK00.920.790.54
HSL351.67º85.71%24.71%-
HSV(B)351.67º92.31%45.88%-
XYZ7.64.041.24-
YUV43117.28180.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 24 (9.77% from 255) = 16%
R=78%
G=6%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11792400.920.790.54351.6785.7124.71
Hex7591805C4F361605619
Octal165113001341176654012631
Binary1110101100111000010111001001111110110101100000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750918; }

 p { color: rgb(117,9,24); }

 H1.HeaderClassName
 {
   color: #750918;
 }
 .AnyTagClassName
 {
   color: #750918;
 }
</style>
background-color css

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

 a { background-color: rgb(117,9,24); }

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

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

 span { border-color: rgb(117,9,24); }

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