Html Css Color HEX #733438 Merlot

📋 copy color: '#733438'

red 115 ◦ green 52 ◦ blue 56

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

Shades of Merlot #733438

Tints of Merlot #733438

RGB

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

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

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

R = 51.57%
G = 23.32%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#733438 (or 0x733438) is known color: Merlot. HEX triplet: 73, 34 and 38. RGB value is (115,52,56). Sum of RGB (Red+Green+Blue) = 115+52+56=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #733438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733438 is #8CCBC7. Grayscale: #474747. Windows color (decimal): -9227208 or 3683443. OLE color: 3683443.

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

Color convert

RGB 115 52 56 -
CMYK 0 0.55 0.51 0.55
HSL 356.19º 0.38% 0.33% -
HSV(B) 356.19º 0.55% 0.45% -
XYZ 9.01 6.39 4.5 -
YUV 71.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 115 52 56 0 0.55 0.51 0.55 356.19 0.38 0.33
Hex 73 34 38 0 37 33 37 164 26 21
Octal 163 64 70 0 67 63 67 544 46 41
Binary 1110011 110100 111000 0 110111 110011 110111 101100100 100110 100001

Color Harmonies of #733438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733438

Black with #733438

Text Example


Text Example

White with #733438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733438; }

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

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

background-color css

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

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

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

border-color css

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

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

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