#750E13

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

Shades of Burgundy #750E13

Tints of Burgundy #750E13

Color information

#750E13 (or 0x750E13) is unknown color: approx Burgundy. HEX triplet: 75, 0E and 13. RGB value is (117,14,19). Sum of RGB (Red+Green+Blue) = 117+14+19=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #750E13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E13 is #8AF1EC. Grayscale: #2D2D2D. Windows color (decimal): -9105901 or 1248885. OLE color: 1248885.

HSL color Cylindrical-coordinate representation of color #750E13: hue angle of 357.09º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E13 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1171419-
CMYK00.880.840.54
HSL357.09º78.63%25.69%-
HSV(B)357.09º88.03%45.88%-
XYZ7.614.141.01-
YUV45.37113.12179.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78%
GREEN value IS 14 (5.86% from 255) = 9.33%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=78%
G=9.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117141900.880.840.54357.0978.6325.69
Hex75E1305854361654f1a
Octal165162301301246654511732
Binary1110101111010011010110001010100110110101100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750E13; }

 p { color: rgb(117,14,19); }

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

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

 a { background-color: rgb(117,14,19); }

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

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

 span { border-color: rgb(117,14,19); }

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