Html Css Color HEX #75343D Merlot

📋 copy color: '#75343D'

red 117 ◦ green 52 ◦ blue 61

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

Shades of Merlot #75343D

Tints of Merlot #75343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 50.87%
G = 22.61%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75343D (or 0x75343D) is known color: Merlot. HEX triplet: 75, 34 and 3D. RGB value is (117,52,61). Sum of RGB (Red+Green+Blue) = 117+52+61=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75343D is #8ACBC2. Grayscale: #484848. Windows color (decimal): -9096131 or 4011125. OLE color: 4011125.

HSL color Cylindrical-coordinate representation of color #75343D: hue angle of 351.69º 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 #75343D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 61 -
CMYK 0 0.56 0.48 0.54
HSL 351.69º 0.38% 0.33% -
HSV(B) 351.69º 0.56% 0.46% -
XYZ 9.41 6.57 5.19 -
YUV 72.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 117 52 61 0 0.56 0.48 0.54 351.69 0.38 0.33
Hex 75 34 3D 0 38 30 36 160 26 21
Octal 165 64 75 0 70 60 66 540 46 41
Binary 1110101 110100 111101 0 111000 110000 110110 101100000 100110 100001

Color Harmonies of #75343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75343D

Black with #75343D

Text Example


Text Example

White with #75343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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