#633B3F

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

Shades of Merlot #633B3F

Tints of Merlot #633B3F

Color information

#633B3F (or 0x633B3F) is unknown color: approx Merlot. HEX triplet: 63, 3B and 3F. RGB value is (99,59,63). Sum of RGB (Red+Green+Blue) = 99+59+63=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #633B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B3F is #9CC4C0. Grayscale: #474747. Windows color (decimal): -10273985 or 4143971. OLE color: 4143971.

HSL color Cylindrical-coordinate representation of color #633B3F: hue angle of 354º 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 #633B3F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB995963-
CMYK00.400.360.61
HSL354º25.32%30.98%-
HSV(B)354º40.4%38.82%-
XYZ7.616.145.49-
YUV71.42123.25147.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 63 (25% from 255) = 28.51%
R=44.80%
G=26.70%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99596300.400.360.6135425.3230.98
Hex633B3F028243D162191f
Octal143737705044755423137
Binary110001111101111111101010001001001111011011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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