Html Css Color HEX #733338 Merlot

📋 copy color: '#733338'

red 115 ◦ green 51 ◦ blue 56

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

Shades of Merlot #733338

Tints of Merlot #733338

RGB

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

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

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

R = 51.8%
G = 22.97%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#733338 (or 0x733338) is known color: Merlot. HEX triplet: 73, 33 and 38. RGB value is (115,51,56). Sum of RGB (Red+Green+Blue) = 115+51+56=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #733338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733338 is #8CCCC7. Grayscale: #464646. Windows color (decimal): -9227464 or 3683187. OLE color: 3683187.

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

Color convert

RGB 115 51 56 -
CMYK 0 0.56 0.51 0.55
HSL 355.31º 0.39% 0.33% -
HSV(B) 355.31º 0.56% 0.45% -
XYZ 8.97 6.3 4.48 -
YUV 70.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 115 51 56 0 0.56 0.51 0.55 355.31 0.39 0.33
Hex 73 33 38 0 38 33 37 163 27 21
Octal 163 63 70 0 70 63 67 543 47 41
Binary 1110011 110011 111000 0 111000 110011 110111 101100011 100111 100001

Color Harmonies of #733338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733338

Black with #733338

Text Example


Text Example

White with #733338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733338; }

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

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

background-color css

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

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

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

border-color css

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

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

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