#67333A

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

Shades of Merlot #67333A

Tints of Merlot #67333A

Color information

#67333A (or 0x67333A) is unknown color: approx Merlot. HEX triplet: 67, 33 and 3A. RGB value is (103,51,58). Sum of RGB (Red+Green+Blue) = 103+51+58=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #67333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67333A is #98CCC5. Grayscale: #434343. Windows color (decimal): -10013894 or 3814247. OLE color: 3814247.

HSL color Cylindrical-coordinate representation of color #67333A: hue angle of 351.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67333A is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1035158-
CMYK00.500.440.60
HSL351.92º33.77%30.2%-
HSV(B)351.92º50.49%40.39%-
XYZ7.545.564.68-
YUV67.35122.73153.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.58%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=48.58%
G=24.06%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103515800.500.440.60351.9233.7730.2
Hex67333A0322C3C160221e
Octal147637206254745404236
Binary1100111110011111010011001010110011110010110000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67333A; }

 p { color: rgb(103,51,58); }

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

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

 a { background-color: rgb(103,51,58); }

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

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

 span { border-color: rgb(103,51,58); }

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