Html Css Color HEX #733238 Merlot

📋 copy color: '#733238'

red 115 ◦ green 50 ◦ blue 56

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

Shades of Merlot #733238

Tints of Merlot #733238

RGB

 RED value IS 115 (45.31% from 255) = 52.04%

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

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

R = 52.04%
G = 22.62%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#733238 (or 0x733238) is known color: Merlot. HEX triplet: 73, 32 and 38. RGB value is (115,50,56). Sum of RGB (Red+Green+Blue) = 115+50+56=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733238 is #8CCDC7. Grayscale: #464646. Windows color (decimal): -9227720 or 3682931. OLE color: 3682931.

HSL color Cylindrical-coordinate representation of color #733238: hue angle of 354.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733238 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 50 56 -
CMYK 0 0.57 0.51 0.55
HSL 354.46º 0.39% 0.32% -
HSV(B) 354.46º 0.57% 0.45% -
XYZ 8.92 6.21 4.47 -
YUV 70.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 115 50 56 0 0.57 0.51 0.55 354.46 0.39 0.32
Hex 73 32 38 0 39 33 37 162 27 20
Octal 163 62 70 0 71 63 67 542 47 40
Binary 1110011 110010 111000 0 111001 110011 110111 101100010 100111 100000

Color Harmonies of #733238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733238

Black with #733238

Text Example


Text Example

White with #733238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733238; }

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

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

background-color css

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

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

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

border-color css

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

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

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