Html Css Color HEX #75313A Merlot

📋 copy color: '#75313A'

red 117 ◦ green 49 ◦ blue 58

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

Shades of Merlot #75313A

Tints of Merlot #75313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 52.23%
G = 21.88%
B = 25.89%

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

#75313A (or 0x75313A) is known color: Merlot. HEX triplet: 75, 31 and 3A. RGB value is (117,49,58). Sum of RGB (Red+Green+Blue) = 117+49+58=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #75313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75313A is #8ACEC5. Grayscale: #464646. Windows color (decimal): -9096902 or 3813749. OLE color: 3813749.

HSL color Cylindrical-coordinate representation of color #75313A: hue angle of 352.06º 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 #75313A is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 58 -
CMYK 0 0.58 0.50 0.54
HSL 352.06º 0.41% 0.33% -
HSV(B) 352.06º 0.58% 0.46% -
XYZ 9.2 6.28 4.73 -
YUV 70.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 117 49 58 0 0.58 0.50 0.54 352.06 0.41 0.33
Hex 75 31 3A 0 3A 32 36 160 29 21
Octal 165 61 72 0 72 62 66 540 51 41
Binary 1110101 110001 111010 0 111010 110010 110110 101100000 101001 100001

Color Harmonies of #75313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75313A

Black with #75313A

Text Example


Text Example

White with #75313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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