Html Css Color HEX #693439 Merlot

📋 copy color: '#693439'

red 105 ◦ green 52 ◦ blue 57

#693439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #693439

Tints of Merlot #693439

RGB

 RED value IS 105 (41.41% from 255) = 49.07%

 GREEN value IS 52 (20.7% from 255) = 24.3%

 BLUE value IS 57 (22.66% from 255) = 26.64%

R = 49.07%
G = 24.3%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#693439 (or 0x693439) is known color: Merlot. HEX triplet: 69, 34 and 39. RGB value is (105,52,57). Sum of RGB (Red+Green+Blue) = 105+52+57=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #693439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693439 is #96CBC6. Grayscale: #444444. Windows color (decimal): -9882567 or 3748969. OLE color: 3748969.

HSL color Cylindrical-coordinate representation of color #693439: hue angle of 354.34º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693439 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 52 57 -
CMYK 0 0.50 0.46 0.59
HSL 354.34º 0.34% 0.31% -
HSV(B) 354.34º 0.5% 0.41% -
XYZ 7.79 5.75 4.57 -
YUV 68.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 105 52 57 0 0.50 0.46 0.59 354.34 0.34 0.31
Hex 69 34 39 0 32 2E 3B 162 22 1F
Octal 151 64 71 0 62 56 73 542 42 37
Binary 1101001 110100 111001 0 110010 101110 111011 101100010 100010 11111

Color Harmonies of #693439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693439

Black with #693439

Text Example


Text Example

White with #693439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693439; }

 p { color: rgb(105,52,57); }

 H1.HeaderClassName
 {
   color: #693439;
 }
 .AnyTagClassName
 {
   color: #693439;
 }
</style>

background-color css

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

 a { background-color: rgb(105,52,57); }

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

border-color css

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

 span { border-color: rgb(105,52,57); }

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