Html Css Color HEX #733335 Merlot

📋 copy color: '#733335'

red 115 ◦ green 51 ◦ blue 53

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

Shades of Merlot #733335

Tints of Merlot #733335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.2%

R = 52.51%
G = 23.29%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#733335 (or 0x733335) is known color: Merlot. HEX triplet: 73, 33 and 35. RGB value is (115,51,53). Sum of RGB (Red+Green+Blue) = 115+51+53=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #733335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733335 is #8CCCCA. Grayscale: #464646. Windows color (decimal): -9227467 or 3486579. OLE color: 3486579.

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

Color convert

RGB 115 51 53 -
CMYK 0 0.56 0.54 0.55
HSL 358.13º 0.39% 0.33% -
HSV(B) 358.13º 0.56% 0.45% -
XYZ 8.9 6.27 4.11 -
YUV 70.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 115 51 53 0 0.56 0.54 0.55 358.13 0.39 0.33
Hex 73 33 35 0 38 36 37 166 27 21
Octal 163 63 65 0 70 66 67 546 47 41
Binary 1110011 110011 110101 0 111000 110110 110111 101100110 100111 100001

Color Harmonies of #733335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733335

Black with #733335

Text Example


Text Example

White with #733335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733335; }

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

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

background-color css

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

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

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

border-color css

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

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

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