Html Css Color HEX #69313A Merlot

📋 copy color: '#69313A'

red 105 ◦ green 49 ◦ blue 58

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

Shades of Merlot #69313A

Tints of Merlot #69313A

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 value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.59

RGB Variations

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

Color information

#69313A (or 0x69313A) is known color: 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

RGB 105 49 58 -
CMYK 0 0.53 0.45 0.59
HSL 350.36º 0.36% 0.3% -
HSV(B) 350.36º 0.53% 0.41% -
XYZ 7.69 5.51 4.66 -
YUV 66.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 105 49 58 0 0.53 0.45 0.59 350.36 0.36 0.3
Hex 69 31 3A 0 35 2D 3B 15E 24 1E
Octal 151 61 72 0 65 55 73 536 44 36
Binary 1101001 110001 111010 0 110101 101101 111011 101011110 100100 11110

Color Harmonies of #69313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69313A

Black with #69313A

Text Example


Text Example

White with #69313A

Text Example


Text Example

HTML Codes & Css Web 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>