#62383E

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

Shades of Merlot #62383E

Tints of Merlot #62383E

Color information

#62383E (or 0x62383E) is unknown color: approx Merlot. HEX triplet: 62, 38 and 3E. RGB value is (98,56,62). Sum of RGB (Red+Green+Blue) = 98+56+62=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #62383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62383E is #9DC7C1. Grayscale: #454545. Windows color (decimal): -10340290 or 4077666. OLE color: 4077666.

HSL color Cylindrical-coordinate representation of color #62383E: hue angle of 351.43º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62383E is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB985662-
CMYK00.430.370.62
HSL351.43º27.27%30.2%-
HSV(B)351.43º42.86%38.43%-
XYZ7.325.775.29-
YUV69.24123.91148.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=45.37%
G=25.93%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98566200.430.370.62351.4327.2730.2
Hex62383E02B253E15f1b1e
Octal142707605345765373336
Binary110001011100011111001010111001011111101010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62383E; }

 p { color: rgb(98,56,62); }

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

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

 a { background-color: rgb(98,56,62); }

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

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

 span { border-color: rgb(98,56,62); }

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