Html Css Color HEX #75353A Merlot

📋 copy color: '#75353A'

red 117 ◦ green 53 ◦ blue 58

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

Shades of Merlot #75353A

Tints of Merlot #75353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

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

R = 51.32%
G = 23.25%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75353A (or 0x75353A) is known color: Merlot. HEX triplet: 75, 35 and 3A. RGB value is (117,53,58). Sum of RGB (Red+Green+Blue) = 117+53+58=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75353A is #8ACAC5. Grayscale: #484848. Windows color (decimal): -9095878 or 3814773. OLE color: 3814773.

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

Color convert

RGB 117 53 58 -
CMYK 0 0.55 0.50 0.54
HSL 355.31º 0.38% 0.33% -
HSV(B) 355.31º 0.55% 0.46% -
XYZ 9.37 6.63 4.79 -
YUV 72.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 117 53 58 0 0.55 0.50 0.54 355.31 0.38 0.33
Hex 75 35 3A 0 37 32 36 163 26 21
Octal 165 65 72 0 67 62 66 543 46 41
Binary 1110101 110101 111010 0 110111 110010 110110 101100011 100110 100001

Color Harmonies of #75353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75353A

Black with #75353A

Text Example


Text Example

White with #75353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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