Html Css Color HEX #74333C Merlot

📋 copy color: '#74333C'

red 116 ◦ green 51 ◦ blue 60

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

Shades of Merlot #74333C

Tints of Merlot #74333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

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

R = 51.1%
G = 22.47%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#74333C (or 0x74333C) is known color: Merlot. HEX triplet: 74, 33 and 3C. RGB value is (116,51,60). Sum of RGB (Red+Green+Blue) = 116+51+60=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74333C is #8BCCC3. Grayscale: #474747. Windows color (decimal): -9161924 or 3945332. OLE color: 3945332.

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

Color convert

RGB 116 51 60 -
CMYK 0 0.56 0.48 0.55
HSL 351.69º 0.39% 0.33% -
HSV(B) 351.69º 0.56% 0.45% -
XYZ 9.2 6.41 5.03 -
YUV 71.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 116 51 60 0 0.56 0.48 0.55 351.69 0.39 0.33
Hex 74 33 3C 0 38 30 37 160 27 21
Octal 164 63 74 0 70 60 67 540 47 41
Binary 1110100 110011 111100 0 111000 110000 110111 101100000 100111 100001

Color Harmonies of #74333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74333C

Black with #74333C

Text Example


Text Example

White with #74333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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