Html Css Color HEX #73383F Merlot

📋 copy color: '#73383F'

red 115 ◦ green 56 ◦ blue 63

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

Shades of Merlot #73383F

Tints of Merlot #73383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 49.15%
G = 23.93%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73383F (or 0x73383F) is known color: Merlot. HEX triplet: 73, 38 and 3F. RGB value is (115,56,63). Sum of RGB (Red+Green+Blue) = 115+56+63=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #73383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73383F is #8CC7C0. Grayscale: #4A4A4A. Windows color (decimal): -9226177 or 4143219. OLE color: 4143219.

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

Color convert

RGB 115 56 63 -
CMYK 0 0.51 0.45 0.55
HSL 352.88º 0.35% 0.34% -
HSV(B) 352.88º 0.51% 0.45% -
XYZ 9.38 6.83 5.53 -
YUV 74.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 115 56 63 0 0.51 0.45 0.55 352.88 0.35 0.34
Hex 73 38 3F 0 33 2D 37 161 23 22
Octal 163 70 77 0 63 55 67 541 43 42
Binary 1110011 111000 111111 0 110011 101101 110111 101100001 100011 100010

Color Harmonies of #73383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73383F

Black with #73383F

Text Example


Text Example

White with #73383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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