#750814

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

Shades of Burgundy #750814

Tints of Burgundy #750814

Color information

#750814 (or 0x750814) is unknown color: approx Burgundy. HEX triplet: 75, 08 and 14. RGB value is (117,8,20). Sum of RGB (Red+Green+Blue) = 117+8+20=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #750814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750814 is #8AF7EB. Grayscale: #2A2A2A. Windows color (decimal): -9107436 or 1312885. OLE color: 1312885.

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

Color convert

RGB117820-
CMYK00.930.830.54
HSL353.39º87.2%24.51%-
HSV(B)353.39º93.16%45.88%-
XYZ7.554.011.04-
YUV41.96115.61181.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.69%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=80.69%
G=5.52%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11782000.930.830.54353.3987.224.51
Hex7581405D53361615719
Octal165102401351236654112731
Binary1110101100010100010111011010011110110101100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750814; }

 p { color: rgb(117,8,20); }

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

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

 a { background-color: rgb(117,8,20); }

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

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

 span { border-color: rgb(117,8,20); }

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