Html Css Color HEX #693039 Merlot

📋 copy color: '#693039'

red 105 ◦ green 48 ◦ blue 57

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

Shades of Merlot #693039

Tints of Merlot #693039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 50%
G = 22.86%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#693039 (or 0x693039) is known color: Merlot. HEX triplet: 69, 30 and 39. RGB value is (105,48,57). Sum of RGB (Red+Green+Blue) = 105+48+57=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693039 is #96CFC6. Grayscale: #424242. Windows color (decimal): -9883591 or 3747945. OLE color: 3747945.

HSL color Cylindrical-coordinate representation of color #693039: hue angle of 350.53º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693039 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 48 57 -
CMYK 0 0.54 0.46 0.59
HSL 350.53º 0.37% 0.3% -
HSV(B) 350.53º 0.54% 0.41% -
XYZ 7.62 5.41 4.51 -
YUV 66.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 105 48 57 0 0.54 0.46 0.59 350.53 0.37 0.3
Hex 69 30 39 0 36 2E 3B 15F 25 1E
Octal 151 60 71 0 66 56 73 537 45 36
Binary 1101001 110000 111001 0 110110 101110 111011 101011111 100101 11110

Color Harmonies of #693039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693039

Black with #693039

Text Example


Text Example

White with #693039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693039; }

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

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

background-color css

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

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

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

border-color css

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

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

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