#67353D

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

Shades of Merlot #67353D

Tints of Merlot #67353D

Color information

#67353D (or 0x67353D) is unknown color: approx Merlot. HEX triplet: 67, 35 and 3D. RGB value is (103,53,61). Sum of RGB (Red+Green+Blue) = 103+53+61=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #67353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67353D is #98CAC2. Grayscale: #444444. Windows color (decimal): -10013379 or 4011367. OLE color: 4011367.

HSL color Cylindrical-coordinate representation of color #67353D: hue angle of 350.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67353D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1035361-
CMYK00.490.410.60
HSL350.4º32.05%30.59%-
HSV(B)350.4º48.54%40.39%-
XYZ7.715.775.12-
YUV68.86123.56152.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.47%
GREEN value IS 53 (21.09% from 255) = 24.42%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=47.47%
G=24.42%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103536100.490.410.60350.432.0530.59
Hex67353D031293C15e201f
Octal147657506151745364037
Binary1100111110101111101011000110100111110010101111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67353D; }

 p { color: rgb(103,53,61); }

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

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

 a { background-color: rgb(103,53,61); }

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

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

 span { border-color: rgb(103,53,61); }

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