Html Css Color HEX #67353C Merlot

📋 copy color: '#67353C'

red 103 ◦ green 53 ◦ blue 60

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

Shades of Merlot #67353C

Tints of Merlot #67353C

RGB

 RED value IS 103 (40.63% from 255) = 47.69%

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

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

R = 47.69%
G = 24.54%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#67353C (or 0x67353C) is known color: Merlot. HEX triplet: 67, 35 and 3C. RGB value is (103,53,60). Sum of RGB (Red+Green+Blue) = 103+53+60=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #67353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67353C is #98CAC3. Grayscale: #444444. Windows color (decimal): -10013380 or 3945831. OLE color: 3945831.

HSL color Cylindrical-coordinate representation of color #67353C: hue angle of 351.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67353C is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 53 60 -
CMYK 0 0.49 0.42 0.60
HSL 351.6º 0.32% 0.31% -
HSV(B) 351.6º 0.49% 0.4% -
XYZ 7.68 5.76 4.98 -
YUV 68.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 103 53 60 0 0.49 0.42 0.60 351.6 0.32 0.31
Hex 67 35 3C 0 31 2A 3C 160 20 1F
Octal 147 65 74 0 61 52 74 540 40 37
Binary 1100111 110101 111100 0 110001 101010 111100 101100000 100000 11111

Color Harmonies of #67353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67353C

Black with #67353C

Text Example


Text Example

White with #67353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,53,60); }

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

background-color css

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

 a { background-color: rgb(103,53,60); }

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

border-color css

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

 span { border-color: rgb(103,53,60); }

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