Html Css Color HEX #75313B Merlot

📋 copy color: '#75313B'

red 117 ◦ green 49 ◦ blue 59

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

Shades of Merlot #75313B

Tints of Merlot #75313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

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

R = 52%
G = 21.78%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75313B (or 0x75313B) is known color: Merlot. HEX triplet: 75, 31 and 3B. RGB value is (117,49,59). Sum of RGB (Red+Green+Blue) = 117+49+59=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75313B is #8ACEC4. Grayscale: #464646. Windows color (decimal): -9096901 or 3879285. OLE color: 3879285.

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

Color convert

RGB 117 49 59 -
CMYK 0 0.58 0.50 0.54
HSL 351.18º 0.41% 0.33% -
HSV(B) 351.18º 0.58% 0.46% -
XYZ 9.22 6.29 4.87 -
YUV 70.47 121.53 161.19 -
System Red Green Blue C M Y K H S L
Decimal 117 49 59 0 0.58 0.50 0.54 351.18 0.41 0.33
Hex 75 31 3B 0 3A 32 36 15F 29 21
Octal 165 61 73 0 72 62 66 537 51 41
Binary 1110101 110001 111011 0 111010 110010 110110 101011111 101001 100001

Color Harmonies of #75313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75313B

Black with #75313B

Text Example


Text Example

White with #75313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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