Html Css Color HEX #66393A Merlot

📋 copy color: '#66393A'

red 102 ◦ green 57 ◦ blue 58

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

Shades of Merlot #66393A

Tints of Merlot #66393A

RGB

 RED value IS 102 (40.23% from 255) = 47%

 GREEN value IS 57 (22.66% from 255) = 26.27%

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

R = 47%
G = 26.27%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#66393A (or 0x66393A) is known color: Merlot. HEX triplet: 66, 39 and 3A. RGB value is (102,57,58). Sum of RGB (Red+Green+Blue) = 102+57+58=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #66393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66393A is #99C6C5. Grayscale: #464646. Windows color (decimal): -10077894 or 3815782. OLE color: 3815782.

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

Color convert

RGB 102 57 58 -
CMYK 0 0.44 0.43 0.6
HSL 358.67º 0.28% 0.31% -
HSV(B) 358.67º 0.44% 0.4% -
XYZ 7.71 6.06 4.77 -
YUV 70.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 102 57 58 0 0.44 0.43 0.6 358.67 0.28 0.31
Hex 66 39 3A 0 2C 2B 3C 167 1C 1F
Octal 146 71 72 0 54 53 74 547 34 37
Binary 1100110 111001 111010 0 101100 101011 111100 101100111 11100 11111

Color Harmonies of #66393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66393A

Black with #66393A

Text Example


Text Example

White with #66393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,57,58); }

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

background-color css

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

 a { background-color: rgb(102,57,58); }

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

border-color css

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

 span { border-color: rgb(102,57,58); }

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