Html Css Color HEX #733343 Merlot

📋 copy color: '#733343'

red 115 ◦ green 51 ◦ blue 67

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

Shades of Merlot #733343

Tints of Merlot #733343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.76%

R = 49.36%
G = 21.89%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#733343 (or 0x733343) is known color: Merlot. HEX triplet: 73, 33 and 43. RGB value is (115,51,67). Sum of RGB (Red+Green+Blue) = 115+51+67=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #733343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733343 is #8CCCBC. Grayscale: #474747. Windows color (decimal): -9227453 or 4404083. OLE color: 4404083.

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

Color convert

RGB 115 51 67 -
CMYK 0 0.56 0.42 0.55
HSL 345º 0.39% 0.33% -
HSV(B) 345º 0.56% 0.45% -
XYZ 9.27 6.42 6.06 -
YUV 71.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 115 51 67 0 0.56 0.42 0.55 345 0.39 0.33
Hex 73 33 43 0 38 2A 37 159 27 21
Octal 163 63 103 0 70 52 67 531 47 41
Binary 1110011 110011 1000011 0 111000 101010 110111 101011001 100111 100001

Color Harmonies of #733343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733343

Black with #733343

Text Example


Text Example

White with #733343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733343; }

 p { color: rgb(115,51,67); }

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

background-color css

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

 a { background-color: rgb(115,51,67); }

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

border-color css

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

 span { border-color: rgb(115,51,67); }

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