Html Css Color HEX #693139 Merlot

📋 copy color: '#693139'

red 105 ◦ green 49 ◦ blue 57

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

Shades of Merlot #693139

Tints of Merlot #693139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

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

R = 49.76%
G = 23.22%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#693139 (or 0x693139) is known color: Merlot. HEX triplet: 69, 31 and 39. RGB value is (105,49,57). Sum of RGB (Red+Green+Blue) = 105+49+57=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #693139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693139 is #96CEC6. Grayscale: #424242. Windows color (decimal): -9883335 or 3748201. OLE color: 3748201.

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

Color convert

RGB 105 49 57 -
CMYK 0 0.53 0.46 0.59
HSL 351.43º 0.36% 0.3% -
HSV(B) 351.43º 0.53% 0.41% -
XYZ 7.66 5.5 4.53 -
YUV 66.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 105 49 57 0 0.53 0.46 0.59 351.43 0.36 0.3
Hex 69 31 39 0 35 2E 3B 15F 24 1E
Octal 151 61 71 0 65 56 73 537 44 36
Binary 1101001 110001 111001 0 110101 101110 111011 101011111 100100 11110

Color Harmonies of #693139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693139

Black with #693139

Text Example


Text Example

White with #693139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693139; }

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

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

background-color css

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

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

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

border-color css

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

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

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