Html Css Color HEX #65353A Merlot

📋 copy color: '#65353A'

red 101 ◦ green 53 ◦ blue 58

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

Shades of Merlot #65353A

Tints of Merlot #65353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25%

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 47.64%
G = 25%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.60

RGB Variations

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

Color information

#65353A (or 0x65353A) is known color: Merlot. HEX triplet: 65, 35 and 3A. RGB value is (101,53,58). Sum of RGB (Red+Green+Blue) = 101+53+58=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65353A is #9ACAC5. Grayscale: #434343. Windows color (decimal): -10144454 or 3814757. OLE color: 3814757.

HSL color Cylindrical-coordinate representation of color #65353A: hue angle of 353.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65353A is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 58 -
CMYK 0 0.48 0.43 0.60
HSL 353.75º 0.31% 0.3% -
HSV(B) 353.75º 0.48% 0.4% -
XYZ 7.4 5.62 4.7 -
YUV 67.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 101 53 58 0 0.48 0.43 0.60 353.75 0.31 0.3
Hex 65 35 3A 0 30 2B 3C 162 1F 1E
Octal 145 65 72 0 60 53 74 542 37 36
Binary 1100101 110101 111010 0 110000 101011 111100 101100010 11111 11110

Color Harmonies of #65353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65353A

Black with #65353A

Text Example


Text Example

White with #65353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65353A; }

 p { color: rgb(101,53,58); }

 H1.HeaderClassName
 {
   color: #65353A;
 }
 .AnyTagClassName
 {
   color: #65353A;
 }
</style>

background-color css

<style>
 a { background-color: #65353A; }

 a { background-color: rgb(101,53,58); }

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

border-color css

<style>
 span { border-color: #65353A; }

 span { border-color: rgb(101,53,58); }

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