Html Css Color HEX #75393B Merlot

📋 copy color: '#75393B'

red 117 ◦ green 57 ◦ blue 59

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

Shades of Merlot #75393B

Tints of Merlot #75393B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.46%

 BLUE value IS 59 (23.44% from 255) = 25.32%

R = 50.21%
G = 24.46%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75393B (or 0x75393B) is known color: Merlot. HEX triplet: 75, 39 and 3B. RGB value is (117,57,59). Sum of RGB (Red+Green+Blue) = 117+57+59=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75393B is #8AC6C4. Grayscale: #4B4B4B. Windows color (decimal): -9094853 or 3881333. OLE color: 3881333.

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

Color convert

RGB 117 57 59 -
CMYK 0 0.51 0.50 0.54
HSL 358º 0.34% 0.34% -
HSV(B) 358º 0.51% 0.46% -
XYZ 9.59 7.02 4.99 -
YUV 75.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 117 57 59 0 0.51 0.50 0.54 358 0.34 0.34
Hex 75 39 3B 0 33 32 36 166 22 22
Octal 165 71 73 0 63 62 66 546 42 42
Binary 1110101 111001 111011 0 110011 110010 110110 101100110 100010 100010

Color Harmonies of #75393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75393B

Black with #75393B

Text Example


Text Example

White with #75393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75393B; }

 p { color: rgb(117,57,59); }

 H1.HeaderClassName
 {
   color: #75393B;
 }
 .AnyTagClassName
 {
   color: #75393B;
 }
</style>

background-color css

<style>
 a { background-color: #75393B; }

 a { background-color: rgb(117,57,59); }

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

border-color css

<style>
 span { border-color: #75393B; }

 span { border-color: rgb(117,57,59); }

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