#74333E

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

Shades of Merlot #74333E

Tints of Merlot #74333E

Color information

#74333E (or 0x74333E) is unknown color: approx Merlot. HEX triplet: 74, 33 and 3E. RGB value is (116,51,62). Sum of RGB (Red+Green+Blue) = 116+51+62=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74333E is #8BCCC1. Grayscale: #474747. Windows color (decimal): -9161922 or 4076404. OLE color: 4076404.

HSL color Cylindrical-coordinate representation of color #74333E: hue angle of 349.85º 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 #74333E is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1165162-
CMYK00.560.470.55
HSL349.85º38.92%32.75%-
HSV(B)349.85º56.03%45.49%-
XYZ9.266.435.31-
YUV71.69122.53159.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=50.66%
G=22.27%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116516200.560.470.55349.8538.9232.75
Hex74333E0382F3715e2721
Octal164637607057675364741
Binary11101001100111111100111000101111110111101011110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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