Html Css Color HEX #753435 Merlot

📋 copy color: '#753435'

red 117 ◦ green 52 ◦ blue 53

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

Shades of Merlot #753435

Tints of Merlot #753435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

 BLUE value IS 53 (21.09% from 255) = 23.87%

R = 52.7%
G = 23.42%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#753435 (or 0x753435) is known color: Merlot. HEX triplet: 75, 34 and 35. RGB value is (117,52,53). Sum of RGB (Red+Green+Blue) = 117+52+53=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753435 is #8ACBCA. Grayscale: #474747. Windows color (decimal): -9096139 or 3486837. OLE color: 3486837.

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

Color convert

RGB 117 52 53 -
CMYK 0 0.56 0.55 0.54
HSL 359.08º 0.38% 0.33% -
HSV(B) 359.08º 0.56% 0.46% -
XYZ 9.21 6.49 4.14 -
YUV 71.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 117 52 53 0 0.56 0.55 0.54 359.08 0.38 0.33
Hex 75 34 35 0 38 37 36 167 26 21
Octal 165 64 65 0 70 67 66 547 46 41
Binary 1110101 110100 110101 0 111000 110111 110110 101100111 100110 100001

Color Harmonies of #753435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753435

Black with #753435

Text Example


Text Example

White with #753435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753435; }

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

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

background-color css

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

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

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

border-color css

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

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

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