#74363C

Color #74363C Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #74363C

Tints of Merlot #74363C

Color information

#74363C (or 0x74363C) is unknown color: approx Merlot. HEX triplet: 74, 36 and 3C. RGB value is (116,54,60). Sum of RGB (Red+Green+Blue) = 116+54+60=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74363C is #8BC9C3. Grayscale: #494949. Windows color (decimal): -9161156 or 3946100. OLE color: 3946100.

HSL color Cylindrical-coordinate representation of color #74363C: hue angle of 354.19º 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 #74363C is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1165460-
CMYK00.530.480.55
HSL354.19º36.47%33.33%-
HSV(B)354.19º53.45%45.49%-
XYZ9.346.685.07-
YUV73.22120.54158.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=50.43%
G=23.48%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116546000.530.480.55354.1936.4733.33
Hex74363C03530371622421
Octal164667406560675424441
Binary11101001101101111000110101110000110111101100010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74363C;
 }
 .AnyTagClassName
 {
   color: #74363C;
 }
</style>
background-color css

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

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

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

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

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

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