#69373A

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

Shades of Merlot #69373A

Tints of Merlot #69373A

Color information

#69373A (or 0x69373A) is unknown color: approx Merlot. HEX triplet: 69, 37 and 3A. RGB value is (105,55,58). Sum of RGB (Red+Green+Blue) = 105+55+58=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69373A is #96C8C5. Grayscale: #464646. Windows color (decimal): -9881798 or 3815273. OLE color: 3815273.

HSL color Cylindrical-coordinate representation of color #69373A: hue angle of 356.4º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69373A is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1055558-
CMYK00.480.450.59
HSL356.4º31.25%31.37%-
HSV(B)356.4º47.62%41.18%-
XYZ7.966.044.75-
YUV70.29121.06152.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=48.17%
G=25.23%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105555800.480.450.59356.431.2531.37
Hex69373A0302D3B1641f1f
Octal151677206055735443737
Binary110100111011111101001100001011011110111011001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,55,58); }

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

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

 a { background-color: rgb(105,55,58); }

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

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

 span { border-color: rgb(105,55,58); }

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