Html Css Color HEX #69363F Merlot

📋 copy color: '#69363F'

red 105 ◦ green 54 ◦ blue 63

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

Shades of Merlot #69363F

Tints of Merlot #69363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

 BLUE value IS 63 (25% from 255) = 28.38%

R = 47.3%
G = 24.32%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#69363F (or 0x69363F) is known color: Merlot. HEX triplet: 69, 36 and 3F. RGB value is (105,54,63). Sum of RGB (Red+Green+Blue) = 105+54+63=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #69363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69363F is #96C9C0. Grayscale: #464646. Windows color (decimal): -9882049 or 4142697. OLE color: 4142697.

HSL color Cylindrical-coordinate representation of color #69363F: hue angle of 349.41º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69363F is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 54 63 -
CMYK 0 0.49 0.4 0.59
HSL 349.41º 0.32% 0.31% -
HSV(B) 349.41º 0.49% 0.41% -
XYZ 8.04 6 5.44 -
YUV 70.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 105 54 63 0 0.49 0.4 0.59 349.41 0.32 0.31
Hex 69 36 3F 0 31 28 3B 15D 20 1F
Octal 151 66 77 0 61 50 73 535 40 37
Binary 1101001 110110 111111 0 110001 101000 111011 101011101 100000 11111

Color Harmonies of #69363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69363F

Black with #69363F

Text Example


Text Example

White with #69363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69363F; }

 p { color: rgb(105,54,63); }

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

background-color css

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

 a { background-color: rgb(105,54,63); }

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

border-color css

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

 span { border-color: rgb(105,54,63); }

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