#673338

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

Shades of Merlot #673338

Tints of Merlot #673338

Color information

#673338 (or 0x673338) is unknown color: approx Merlot. HEX triplet: 67, 33 and 38. RGB value is (103,51,56). Sum of RGB (Red+Green+Blue) = 103+51+56=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #673338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673338 is #98CCC7. Grayscale: #434343. Windows color (decimal): -10013896 or 3683175. OLE color: 3683175.

HSL color Cylindrical-coordinate representation of color #673338: hue angle of 354.23º 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 #673338 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB1035156-
CMYK00.500.460.60
HSL354.23º33.77%30.2%-
HSV(B)354.23º50.49%40.39%-
XYZ7.495.544.42-
YUV67.12121.73153.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.05%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=49.05%
G=24.29%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103515600.500.460.60354.2333.7730.2
Hex6733380322E3C162221e
Octal147637006256745424236
Binary1100111110011111000011001010111011110010110001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673338; }

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

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

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

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

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

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

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

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