Html Css Color HEX #63383E Merlot

📋 copy color: '#63383E'

red 99 ◦ green 56 ◦ blue 62

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

Shades of Merlot #63383E

Tints of Merlot #63383E

RGB

 RED value IS 99 (39.06% from 255) = 45.62%

 GREEN value IS 56 (22.27% from 255) = 25.81%

 BLUE value IS 62 (24.61% from 255) = 28.57%

R = 45.62%
G = 25.81%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#63383E (or 0x63383E) is known color: Merlot. HEX triplet: 63, 38 and 3E. RGB value is (99,56,62). Sum of RGB (Red+Green+Blue) = 99+56+62=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63383E is #9CC7C1. Grayscale: #454545. Windows color (decimal): -10274754 or 4077667. OLE color: 4077667.

HSL color Cylindrical-coordinate representation of color #63383E: hue angle of 351.63º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63383E is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 56 62 -
CMYK 0 0.43 0.37 0.61
HSL 351.63º 0.28% 0.3% -
HSV(B) 351.63º 0.43% 0.39% -
XYZ 7.43 5.83 5.29 -
YUV 69.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 99 56 62 0 0.43 0.37 0.61 351.63 0.28 0.3
Hex 63 38 3E 0 2B 25 3D 160 1C 1E
Octal 143 70 76 0 53 45 75 540 34 36
Binary 1100011 111000 111110 0 101011 100101 111101 101100000 11100 11110

Color Harmonies of #63383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63383E

Black with #63383E

Text Example


Text Example

White with #63383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63383E; }

 p { color: rgb(99,56,62); }

 H1.HeaderClassName
 {
   color: #63383E;
 }
 .AnyTagClassName
 {
   color: #63383E;
 }
</style>

background-color css

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

 a { background-color: rgb(99,56,62); }

 div.DivClassName
 {
   background-color: #63383E;
 }
 .BgClassName
 {
   background-color: #63383E;
 }
</style>

border-color css

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

 span { border-color: rgb(99,56,62); }

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