Html Css Color HEX #733036 Merlot

📋 copy color: '#733036'

red 115 ◦ green 48 ◦ blue 54

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

Shades of Merlot #733036

Tints of Merlot #733036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

 BLUE value IS 54 (21.48% from 255) = 24.88%

R = 53%
G = 22.12%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#733036 (or 0x733036) is known color: Merlot. HEX triplet: 73, 30 and 36. RGB value is (115,48,54). Sum of RGB (Red+Green+Blue) = 115+48+54=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #733036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733036 is #8CCFC9. Grayscale: #444444. Windows color (decimal): -9228234 or 3551347. OLE color: 3551347.

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

Color convert

RGB 115 48 54 -
CMYK 0 0.58 0.53 0.55
HSL 354.63º 0.41% 0.32% -
HSV(B) 354.63º 0.58% 0.45% -
XYZ 8.79 6.03 4.19 -
YUV 68.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 115 48 54 0 0.58 0.53 0.55 354.63 0.41 0.32
Hex 73 30 36 0 3A 35 37 163 29 20
Octal 163 60 66 0 72 65 67 543 51 40
Binary 1110011 110000 110110 0 111010 110101 110111 101100011 101001 100000

Color Harmonies of #733036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733036

Black with #733036

Text Example


Text Example

White with #733036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733036; }

 p { color: rgb(115,48,54); }

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

background-color css

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

 a { background-color: rgb(115,48,54); }

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

border-color css

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

 span { border-color: rgb(115,48,54); }

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