Html Css Color HEX #74303C Merlot

📋 copy color: '#74303C'

red 116 ◦ green 48 ◦ blue 60

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

Shades of Merlot #74303C

Tints of Merlot #74303C

RGB

 RED value IS 116 (45.7% from 255) = 51.79%

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 51.79%
G = 21.43%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74303C (or 0x74303C) is known color: Merlot. HEX triplet: 74, 30 and 3C. RGB value is (116,48,60). Sum of RGB (Red+Green+Blue) = 116+48+60=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74303C is #8BCFC3. Grayscale: #454545. Windows color (decimal): -9162692 or 3944564. OLE color: 3944564.

HSL color Cylindrical-coordinate representation of color #74303C: hue angle of 349.41º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74303C is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 60 -
CMYK 0 0.59 0.48 0.55
HSL 349.41º 0.41% 0.32% -
HSV(B) 349.41º 0.59% 0.45% -
XYZ 9.08 6.15 4.98 -
YUV 69.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 116 48 60 0 0.59 0.48 0.55 349.41 0.41 0.32
Hex 74 30 3C 0 3B 30 37 15D 29 20
Octal 164 60 74 0 73 60 67 535 51 40
Binary 1110100 110000 111100 0 111011 110000 110111 101011101 101001 100000

Color Harmonies of #74303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74303C

Black with #74303C

Text Example


Text Example

White with #74303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,48,60); }

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

background-color css

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

 a { background-color: rgb(116,48,60); }

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

border-color css

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

 span { border-color: rgb(116,48,60); }

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