#750619

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

Shades of Burgundy #750619

Tints of Burgundy #750619

Color information

#750619 (or 0x750619) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 19. RGB value is (117,6,25). Sum of RGB (Red+Green+Blue) = 117+6+25=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #750619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750619 is #8AF9E6. Grayscale: #292929. Windows color (decimal): -9107943 or 1640053. OLE color: 1640053.

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

Color convert

RGB117625-
CMYK00.950.790.54
HSL349.73º90.24%24.12%-
HSV(B)349.73º94.87%45.88%-
XYZ7.583.981.29-
YUV41.36118.77181.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 79.05%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=79.05%
G=4.05%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11762500.950.790.54349.7390.2424.12
Hex7561905F4F3615e5a18
Octal16563101371176653613230
Binary111010111011001010111111001111110110101011110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750619; }

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

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

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

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

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

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

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

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