Html Css Color HEX #74353A Merlot

📋 copy color: '#74353A'

red 116 ◦ green 53 ◦ blue 58

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

Shades of Merlot #74353A

Tints of Merlot #74353A

RGB

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

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

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

R = 51.1%
G = 23.35%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74353A (or 0x74353A) is known color: Merlot. HEX triplet: 74, 35 and 3A. RGB value is (116,53,58). Sum of RGB (Red+Green+Blue) = 116+53+58=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74353A is #8BCAC5. Grayscale: #484848. Windows color (decimal): -9161414 or 3814772. OLE color: 3814772.

HSL color Cylindrical-coordinate representation of color #74353A: hue angle of 355.24º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74353A is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 53 58 -
CMYK 0 0.54 0.5 0.55
HSL 355.24º 0.37% 0.33% -
HSV(B) 355.24º 0.54% 0.45% -
XYZ 9.24 6.56 4.78 -
YUV 72.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 116 53 58 0 0.54 0.5 0.55 355.24 0.37 0.33
Hex 74 35 3A 0 36 32 37 163 25 21
Octal 164 65 72 0 66 62 67 543 45 41
Binary 1110100 110101 111010 0 110110 110010 110111 101100011 100101 100001

Color Harmonies of #74353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74353A

Black with #74353A

Text Example


Text Example

White with #74353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,53,58); }

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

background-color css

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

 a { background-color: rgb(116,53,58); }

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

border-color css

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

 span { border-color: rgb(116,53,58); }

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