Html Css Color HEX #753238 Merlot

📋 copy color: '#753238'

red 117 ◦ green 50 ◦ blue 56

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

Shades of Merlot #753238

Tints of Merlot #753238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 52.47%
G = 22.42%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#753238 (or 0x753238) is known color: Merlot. HEX triplet: 75, 32 and 38. RGB value is (117,50,56). Sum of RGB (Red+Green+Blue) = 117+50+56=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753238 is #8ACDC7. Grayscale: #464646. Windows color (decimal): -9096648 or 3682933. OLE color: 3682933.

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

Color convert

RGB 117 50 56 -
CMYK 0 0.57 0.52 0.54
HSL 354.63º 0.4% 0.33% -
HSV(B) 354.63º 0.57% 0.46% -
XYZ 9.19 6.35 4.48 -
YUV 70.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 117 50 56 0 0.57 0.52 0.54 354.63 0.4 0.33
Hex 75 32 38 0 39 34 36 163 28 21
Octal 165 62 70 0 71 64 66 543 50 41
Binary 1110101 110010 111000 0 111001 110100 110110 101100011 101000 100001

Color Harmonies of #753238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753238

Black with #753238

Text Example


Text Example

White with #753238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753238; }

 p { color: rgb(117,50,56); }

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

background-color css

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

 a { background-color: rgb(117,50,56); }

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

border-color css

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

 span { border-color: rgb(117,50,56); }

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