Html Css Color HEX #75373F Merlot

📋 copy color: '#75373F'

red 117 ◦ green 55 ◦ blue 63

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

Shades of Merlot #75373F

Tints of Merlot #75373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

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

R = 49.79%
G = 23.4%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75373F (or 0x75373F) is known color: Merlot. HEX triplet: 75, 37 and 3F. RGB value is (117,55,63). Sum of RGB (Red+Green+Blue) = 117+55+63=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75373F is #8AC8C0. Grayscale: #4A4A4A. Windows color (decimal): -9095361 or 4142965. OLE color: 4142965.

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

Color convert

RGB 117 55 63 -
CMYK 0 0.53 0.46 0.54
HSL 352.26º 0.36% 0.34% -
HSV(B) 352.26º 0.53% 0.46% -
XYZ 9.6 6.87 5.52 -
YUV 74.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 117 55 63 0 0.53 0.46 0.54 352.26 0.36 0.34
Hex 75 37 3F 0 35 2E 36 160 24 22
Octal 165 67 77 0 65 56 66 540 44 42
Binary 1110101 110111 111111 0 110101 101110 110110 101100000 100100 100010

Color Harmonies of #75373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75373F

Black with #75373F

Text Example


Text Example

White with #75373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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