Html Css Color HEX #753335 Merlot

📋 copy color: '#753335'

red 117 ◦ green 51 ◦ blue 53

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

Shades of Merlot #753335

Tints of Merlot #753335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

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

R = 52.94%
G = 23.08%
B = 23.98%

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

#753335 (or 0x753335) is known color: Merlot. HEX triplet: 75, 33 and 35. RGB value is (117,51,53). Sum of RGB (Red+Green+Blue) = 117+51+53=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #753335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753335 is #8ACCCA. Grayscale: #474747. Windows color (decimal): -9096395 or 3486581. OLE color: 3486581.

HSL color Cylindrical-coordinate representation of color #753335: hue angle of 358.18º degrees, saturation: 0.39, 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 #753335 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 53 -
CMYK 0 0.56 0.55 0.54
HSL 358.18º 0.39% 0.33% -
HSV(B) 358.18º 0.56% 0.46% -
XYZ 9.16 6.41 4.12 -
YUV 70.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 117 51 53 0 0.56 0.55 0.54 358.18 0.39 0.33
Hex 75 33 35 0 38 37 36 166 27 21
Octal 165 63 65 0 70 67 66 546 47 41
Binary 1110101 110011 110101 0 111000 110111 110110 101100110 100111 100001

Color Harmonies of #753335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753335

Black with #753335

Text Example


Text Example

White with #753335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753335; }

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

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

background-color css

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

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

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

border-color css

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

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

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