Html Css Color HEX #65363C Merlot

📋 copy color: '#65363C'

red 101 ◦ green 54 ◦ blue 60

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

Shades of Merlot #65363C

Tints of Merlot #65363C

RGB

 RED value IS 101 (39.84% from 255) = 46.98%

 GREEN value IS 54 (21.48% from 255) = 25.12%

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 46.98%
G = 25.12%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#65363C (or 0x65363C) is known color: Merlot. HEX triplet: 65, 36 and 3C. RGB value is (101,54,60). Sum of RGB (Red+Green+Blue) = 101+54+60=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65363C is #9AC9C3. Grayscale: #444444. Windows color (decimal): -10144196 or 3946085. OLE color: 3946085.

HSL color Cylindrical-coordinate representation of color #65363C: hue angle of 352.34º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65363C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 54 60 -
CMYK 0 0.47 0.41 0.60
HSL 352.34º 0.3% 0.3% -
HSV(B) 352.34º 0.47% 0.4% -
XYZ 7.5 5.73 4.99 -
YUV 68.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 101 54 60 0 0.47 0.41 0.60 352.34 0.3 0.3
Hex 65 36 3C 0 2F 29 3C 160 1E 1E
Octal 145 66 74 0 57 51 74 540 36 36
Binary 1100101 110110 111100 0 101111 101001 111100 101100000 11110 11110

Color Harmonies of #65363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65363C

Black with #65363C

Text Example


Text Example

White with #65363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65363C; }

 p { color: rgb(101,54,60); }

 H1.HeaderClassName
 {
   color: #65363C;
 }
 .AnyTagClassName
 {
   color: #65363C;
 }
</style>

background-color css

<style>
 a { background-color: #65363C; }

 a { background-color: rgb(101,54,60); }

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

border-color css

<style>
 span { border-color: #65363C; }

 span { border-color: rgb(101,54,60); }

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