Html Css Color HEX #69343B Merlot

📋 copy color: '#69343B'

red 105 ◦ green 52 ◦ blue 59

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

Shades of Merlot #69343B

Tints of Merlot #69343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.31%

R = 48.61%
G = 24.07%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#69343B (or 0x69343B) is known color: Merlot. HEX triplet: 69, 34 and 3B. RGB value is (105,52,59). Sum of RGB (Red+Green+Blue) = 105+52+59=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #69343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69343B is #96CBC4. Grayscale: #444444. Windows color (decimal): -9882565 or 3880041. OLE color: 3880041.

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

Color convert

RGB 105 52 59 -
CMYK 0 0.50 0.44 0.59
HSL 352.08º 0.34% 0.31% -
HSV(B) 352.08º 0.5% 0.41% -
XYZ 7.84 5.78 4.84 -
YUV 68.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 105 52 59 0 0.50 0.44 0.59 352.08 0.34 0.31
Hex 69 34 3B 0 32 2C 3B 160 22 1F
Octal 151 64 73 0 62 54 73 540 42 37
Binary 1101001 110100 111011 0 110010 101100 111011 101100000 100010 11111

Color Harmonies of #69343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69343B

Black with #69343B

Text Example


Text Example

White with #69343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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