#75363B

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

Shades of Merlot #75363B

Tints of Merlot #75363B

Color information

#75363B (or 0x75363B) is unknown color: approx Merlot. HEX triplet: 75, 36 and 3B. RGB value is (117,54,59). Sum of RGB (Red+Green+Blue) = 117+54+59=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75363B is #8AC9C4. Grayscale: #494949. Windows color (decimal): -9095621 or 3880565. OLE color: 3880565.

HSL color Cylindrical-coordinate representation of color #75363B: hue angle of 355.24º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75363B is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1175459-
CMYK00.540.500.54
HSL355.24º36.84%33.53%-
HSV(B)355.24º53.85%45.88%-
XYZ9.446.744.94-
YUV73.41119.87159.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=50.87%
G=23.48%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117545900.540.500.54355.2436.8433.53
Hex75363B03632361632522
Octal165667306662665434542
Binary11101011101101110110110110110010110110101100011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75363B; }

 p { color: rgb(117,54,59); }

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

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

 a { background-color: rgb(117,54,59); }

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

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

 span { border-color: rgb(117,54,59); }

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