Html Css Color HEX #75343E Merlot

📋 copy color: '#75343E'

red 117 ◦ green 52 ◦ blue 62

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

Shades of Merlot #75343E

Tints of Merlot #75343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 50.65%
G = 22.51%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75343E (or 0x75343E) is known color: Merlot. HEX triplet: 75, 34 and 3E. RGB value is (117,52,62). Sum of RGB (Red+Green+Blue) = 117+52+62=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75343E is #8ACBC1. Grayscale: #484848. Windows color (decimal): -9096130 or 4076661. OLE color: 4076661.

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

Color convert

RGB 117 52 62 -
CMYK 0 0.56 0.47 0.54
HSL 350.77º 0.38% 0.33% -
HSV(B) 350.77º 0.56% 0.46% -
XYZ 9.43 6.59 5.33 -
YUV 72.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 117 52 62 0 0.56 0.47 0.54 350.77 0.38 0.33
Hex 75 34 3E 0 38 2F 36 15F 26 21
Octal 165 64 76 0 70 57 66 537 46 41
Binary 1110101 110100 111110 0 111000 101111 110110 101011111 100110 100001

Color Harmonies of #75343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75343E

Black with #75343E

Text Example


Text Example

White with #75343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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