Html Css Color HEX #65383E Merlot

📋 copy color: '#65383E'

red 101 ◦ green 56 ◦ blue 62

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

Shades of Merlot #65383E

Tints of Merlot #65383E

RGB

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

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

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

R = 46.12%
G = 25.57%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#65383E (or 0x65383E) is known color: Merlot. HEX triplet: 65, 38 and 3E. RGB value is (101,56,62). Sum of RGB (Red+Green+Blue) = 101+56+62=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #65383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65383E is #9AC7C1. Grayscale: #464646. Windows color (decimal): -10143682 or 4077669. OLE color: 4077669.

HSL color Cylindrical-coordinate representation of color #65383E: hue angle of 352º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65383E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 56 62 -
CMYK 0 0.45 0.39 0.60
HSL 352º 0.29% 0.31% -
HSV(B) 352º 0.45% 0.4% -
XYZ 7.65 5.94 5.3 -
YUV 70.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 101 56 62 0 0.45 0.39 0.60 352 0.29 0.31
Hex 65 38 3E 0 2D 27 3C 160 1D 1F
Octal 145 70 76 0 55 47 74 540 35 37
Binary 1100101 111000 111110 0 101101 100111 111100 101100000 11101 11111

Color Harmonies of #65383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65383E

Black with #65383E

Text Example


Text Example

White with #65383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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