Html Css Color HEX #74363A Merlot

📋 copy color: '#74363A'

red 116 ◦ green 54 ◦ blue 58

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

Shades of Merlot #74363A

Tints of Merlot #74363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 50.88%
G = 23.68%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74363A (or 0x74363A) is known color: Merlot. HEX triplet: 74, 36 and 3A. RGB value is (116,54,58). Sum of RGB (Red+Green+Blue) = 116+54+58=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74363A is #8BC9C5. Grayscale: #494949. Windows color (decimal): -9161158 or 3815028. OLE color: 3815028.

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

Color convert

RGB 116 54 58 -
CMYK 0 0.53 0.5 0.55
HSL 356.13º 0.36% 0.33% -
HSV(B) 356.13º 0.53% 0.45% -
XYZ 9.29 6.66 4.8 -
YUV 72.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 116 54 58 0 0.53 0.5 0.55 356.13 0.36 0.33
Hex 74 36 3A 0 35 32 37 164 24 21
Octal 164 66 72 0 65 62 67 544 44 41
Binary 1110100 110110 111010 0 110101 110010 110111 101100100 100100 100001

Color Harmonies of #74363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74363A

Black with #74363A

Text Example


Text Example

White with #74363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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