Html Css Color HEX #75343F Merlot

📋 copy color: '#75343F'

red 117 ◦ green 52 ◦ blue 63

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

Shades of Merlot #75343F

Tints of Merlot #75343F

RGB

 RED value IS 117 (46.09% from 255) = 50.43%

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

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

R = 50.43%
G = 22.41%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75343F (or 0x75343F) is known color: Merlot. HEX triplet: 75, 34 and 3F. RGB value is (117,52,63). Sum of RGB (Red+Green+Blue) = 117+52+63=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75343F is #8ACBC0. Grayscale: #484848. Windows color (decimal): -9096129 or 4142197. OLE color: 4142197.

HSL color Cylindrical-coordinate representation of color #75343F: hue angle of 349.85º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75343F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 63 -
CMYK 0 0.56 0.46 0.54
HSL 349.85º 0.38% 0.33% -
HSV(B) 349.85º 0.56% 0.46% -
XYZ 9.46 6.6 5.48 -
YUV 72.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 117 52 63 0 0.56 0.46 0.54 349.85 0.38 0.33
Hex 75 34 3F 0 38 2E 36 15E 26 21
Octal 165 64 77 0 70 56 66 536 46 41
Binary 1110101 110100 111111 0 111000 101110 110110 101011110 100110 100001

Color Harmonies of #75343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75343F

Black with #75343F

Text Example


Text Example

White with #75343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,52,63); }

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

background-color css

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

 a { background-color: rgb(117,52,63); }

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

border-color css

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

 span { border-color: rgb(117,52,63); }

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