#693135

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

Shades of Merlot #693135

Tints of Merlot #693135

Color information

#693135 (or 0x693135) is unknown color: approx Merlot. HEX triplet: 69, 31 and 35. RGB value is (105,49,53). Sum of RGB (Red+Green+Blue) = 105+49+53=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #693135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693135 is #96CECA. Grayscale: #424242. Windows color (decimal): -9883339 or 3486057. OLE color: 3486057.

HSL color Cylindrical-coordinate representation of color #693135: hue angle of 355.71º 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 #693135 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1054953-
CMYK00.530.500.59
HSL355.71º36.36%30.2%-
HSV(B)355.71º53.33%41.18%-
XYZ7.575.464.02-
YUV66.2120.55155.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.72%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=50.72%
G=23.67%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105495300.530.500.59355.7136.3630.2
Hex693135035323B164241e
Octal151616506562735444436
Binary1101001110001110101011010111001011101110110010010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693135; }

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

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

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

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

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

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

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

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