#633A3C

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

Shades of Merlot #633A3C

Tints of Merlot #633A3C

Color information

#633A3C (or 0x633A3C) is unknown color: approx Merlot. HEX triplet: 63, 3A and 3C. RGB value is (99,58,60). Sum of RGB (Red+Green+Blue) = 99+58+60=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #633A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A3C is #9CC5C3. Grayscale: #464646. Windows color (decimal): -10274244 or 3947107. OLE color: 3947107.

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

Color convert

RGB995860-
CMYK00.410.390.61
HSL357.07º26.11%30.78%-
HSV(B)357.07º41.41%38.82%-
XYZ7.476.015.04-
YUV70.49122.08148.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=45.62%
G=26.73%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99586000.410.390.61357.0726.1130.78
Hex633A3C029273D1651a1f
Octal143727405147755453237
Binary110001111101011110001010011001111111011011001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,58,60); }

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

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

 a { background-color: rgb(99,58,60); }

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

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

 span { border-color: rgb(99,58,60); }

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