#62373C

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

Shades of Merlot #62373C

Tints of Merlot #62373C

Color information

#62373C (or 0x62373C) is unknown color: approx Merlot. HEX triplet: 62, 37 and 3C. RGB value is (98,55,60). Sum of RGB (Red+Green+Blue) = 98+55+60=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #62373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62373C is #9DC8C3. Grayscale: #444444. Windows color (decimal): -10340548 or 3946338. OLE color: 3946338.

HSL color Cylindrical-coordinate representation of color #62373C: hue angle of 353.02º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62373C is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB985560-
CMYK00.440.390.62
HSL353.02º28.1%30%-
HSV(B)353.02º43.88%38.43%-
XYZ7.225.664.99-
YUV68.43123.25149.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=46.01%
G=25.82%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98556000.440.390.62353.0228.130
Hex62373C02C273E1611c1e
Octal142677405447765413436
Binary110001011011111110001011001001111111101011000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62373C; }

 p { color: rgb(98,55,60); }

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

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

 a { background-color: rgb(98,55,60); }

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

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

 span { border-color: rgb(98,55,60); }

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