Html Css Color HEX #633B40 Merlot

📋 copy color: '#633B40'

red 99 ◦ green 59 ◦ blue 64

#633B40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #633B40

Tints of Merlot #633B40

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 value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#633B40 (or 0x633B40) is known color: 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

RGB 99 59 64 -
CMYK 0 0.40 0.35 0.61
HSL 352.5º 0.25% 0.31% -
HSV(B) 352.5º 0.4% 0.39% -
XYZ 7.63 6.15 5.64 -
YUV 71.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 99 59 64 0 0.40 0.35 0.61 352.5 0.25 0.31
Hex 63 3B 40 0 28 23 3D 160 19 1F
Octal 143 73 100 0 50 43 75 540 31 37
Binary 1100011 111011 1000000 0 101000 100011 111101 101100000 11001 11111

Color Harmonies of #633B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633B40

Black with #633B40

Text Example


Text Example

White with #633B40

Text Example


Text Example

HTML Codes & Css Web 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>