Html Css Color HEX #75303B Merlot

📋 copy color: '#75303B'

red 117 ◦ green 48 ◦ blue 59

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

Shades of Merlot #75303B

Tints of Merlot #75303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 52.23%
G = 21.43%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75303B (or 0x75303B) is known color: Merlot. HEX triplet: 75, 30 and 3B. RGB value is (117,48,59). Sum of RGB (Red+Green+Blue) = 117+48+59=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #75303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75303B is #8ACFC4. Grayscale: #454545. Windows color (decimal): -9097157 or 3879029. OLE color: 3879029.

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

Color convert

RGB 117 48 59 -
CMYK 0 0.59 0.50 0.54
HSL 350.43º 0.42% 0.32% -
HSV(B) 350.43º 0.59% 0.46% -
XYZ 9.18 6.21 4.85 -
YUV 69.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 117 48 59 0 0.59 0.50 0.54 350.43 0.42 0.32
Hex 75 30 3B 0 3B 32 36 15E 2A 20
Octal 165 60 73 0 73 62 66 536 52 40
Binary 1110101 110000 111011 0 111011 110010 110110 101011110 101010 100000

Color Harmonies of #75303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75303B

Black with #75303B

Text Example


Text Example

White with #75303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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