Html Css Color HEX #74383E Merlot

📋 copy color: '#74383E'

red 116 ◦ green 56 ◦ blue 62

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

Shades of Merlot #74383E

Tints of Merlot #74383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

 BLUE value IS 62 (24.61% from 255) = 26.5%

R = 49.57%
G = 23.93%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74383E (or 0x74383E) is known color: Merlot. HEX triplet: 74, 38 and 3E. RGB value is (116,56,62). Sum of RGB (Red+Green+Blue) = 116+56+62=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74383E is #8BC7C1. Grayscale: #4A4A4A. Windows color (decimal): -9160642 or 4077684. OLE color: 4077684.

HSL color Cylindrical-coordinate representation of color #74383E: hue angle of 354º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74383E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 62 -
CMYK 0 0.52 0.47 0.55
HSL 354º 0.35% 0.34% -
HSV(B) 354º 0.52% 0.45% -
XYZ 9.49 6.89 5.39 -
YUV 74.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 116 56 62 0 0.52 0.47 0.55 354 0.35 0.34
Hex 74 38 3E 0 34 2F 37 162 23 22
Octal 164 70 76 0 64 57 67 542 43 42
Binary 1110100 111000 111110 0 110100 101111 110111 101100010 100011 100010

Color Harmonies of #74383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74383E

Black with #74383E

Text Example


Text Example

White with #74383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74383E; }

 p { color: rgb(116,56,62); }

 H1.HeaderClassName
 {
   color: #74383E;
 }
 .AnyTagClassName
 {
   color: #74383E;
 }
</style>

background-color css

<style>
 a { background-color: #74383E; }

 a { background-color: rgb(116,56,62); }

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

border-color css

<style>
 span { border-color: #74383E; }

 span { border-color: rgb(116,56,62); }

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