#633B40

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

Shades of Merlot #633B40

Tints of Merlot #633B40

Color information

#633B40 (or 0x633B40) is unknown color: approx Merlot. HEX triplet: 63, 3B and 40. RGB value is (99,59,64). Sum of RGB (Red+Green+Blue) = 99+59+64=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #633B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B40 is #9CC4BF. Grayscale: #474747. Windows color (decimal): -10273984 or 4209507. OLE color: 4209507.

HSL color Cylindrical-coordinate representation of color #633B40: hue angle of 352.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #633B40 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB995964-
CMYK00.400.350.61
HSL352.5º25.32%30.98%-
HSV(B)352.5º40.4%38.82%-
XYZ7.636.155.64-
YUV71.53123.75147.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 59 (23.44% from 255) = 26.58%
BLUE value IS 64 (25.39% from 255) = 28.83%
R=44.59%
G=26.58%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99596400.400.350.61352.525.3230.98
Hex633B40028233D160191f
Octal1437310005043755403137
Binary1100011111011100000001010001000111111011011000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633B40; }

 p { color: rgb(99,59,64); }

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

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

 a { background-color: rgb(99,59,64); }

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

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

 span { border-color: rgb(99,59,64); }

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