#750614

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

Shades of Burgundy #750614

Tints of Burgundy #750614

Color information

#750614 (or 0x750614) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 14. RGB value is (117,6,20). Sum of RGB (Red+Green+Blue) = 117+6+20=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750614 is #8AF9EB. Grayscale: #282828. Windows color (decimal): -9107948 or 1312373. OLE color: 1312373.

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

Color convert

RGB117620-
CMYK00.950.830.54
HSL352.43º90.24%24.12%-
HSV(B)352.43º94.87%45.88%-
XYZ7.533.961.03-
YUV40.78116.27182.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 81.82%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=81.82%
G=4.20%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11762000.950.830.54352.4390.2424.12
Hex7561405F53361605a18
Octal16562401371236654013230
Binary111010111010100010111111010011110110101100000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750614; }

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

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

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

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

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

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

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

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