#69313A

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

Shades of Merlot #69313A

Tints of Merlot #69313A

Color information

#69313A (or 0x69313A) is unknown color: approx Merlot. HEX triplet: 69, 31 and 3A. RGB value is (105,49,58). Sum of RGB (Red+Green+Blue) = 105+49+58=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #69313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69313A is #96CEC5. Grayscale: #424242. Windows color (decimal): -9883334 or 3813737. OLE color: 3813737.

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

Color convert

RGB1054958-
CMYK00.530.450.59
HSL350.36º36.36%30.2%-
HSV(B)350.36º53.33%41.18%-
XYZ7.695.514.66-
YUV66.77123.05155.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=49.53%
G=23.11%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105495800.530.450.59350.3636.3630.2
Hex69313A0352D3B15e241e
Octal151617206555735364436
Binary1101001110001111010011010110110111101110101111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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